Breadcrumbs

How to run Command Prompt as SYSTEM user

  1. Download PsTools to your machine.

  2. Extract this zip package to wanted place; example C:\temp

  3. Open Command Prompt using Administrator user rights

  4. Go to PsTools extracted folder

  5. Run command

    psexec -i -s cmd.exe
    
  6. This open new Command Prompt window and on that window you are SYSTEM user

  7. You can check this using command

    whoami
    
  8. This output results of user who you are currently

    nt authority\system