Skip to main content
Skip table of contents

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

    CODE
    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

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

    CODE
    nt authority\system
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.