Creating a System Command Prompt

Creating a System Command Prompt


For some advanced processes you may need to run a command prompt as the System user account.

These instructions will guide you through this process.


Creating a System Command Prompt
  1. Download PSTools from:
    https://learn.microsoft.com/en-us/sysinternals/downloads/psexec
    and unzip it to C:\PSTOOLS\


  2. Press WINDOWSKEY+R and run one of the following commands:

For the "System" user:

  1. C:\PSTOOLS\PSEXEC -i -u "NT AUTHORITY\System" cmd.exe

For the "Network Service" user:

  1. C:\PSTOOLS\PSEXEC -i -u "NT AUTHORITY\Network Service" cmd.exe

Once you run the commands, two command prompts will launch - one of which you will be able to type into.  Once the new command prompt launches, run the following command to ensure you are connected as the appropriate user:

  1. WhoAmI


    • Related Articles

    • Creating/Viewing a Fiddler Capture

      When using Universal Migrator to inject data into a destination system, it is possible that you may run into a bug in either Universal Migrator or in the API you are injecting into. If you get API errors and the data seems correct, please sent us a ...
    • Creating a Storage Space

      Preparing an Ultra-Fast Storage Space Now we need to create a Storage Space. A Storage Space is a lot like a RAID. We are going to merge two of our SSDs into one big one. First click on Start and type Computer Management. Click Open Click Disk ...
    • Creating a Hyper-V Virtual Machine

      Creating a Hyper-V Virtual Machine Open Hyper-V Manager First, open Hyper-V Manager by clicking the "Start" button and typing "hyper", then select Hyper-V Manager from the list. Right Click the name of your PC and select: New > Virtual Machine ...
    • Recover a POSTGRES username and Password

      The following will help you recover your username/pw to a Postgres database so you can convert it to MSSQL format. Current Process: 1. Log into the server, open Services.msc, find Postgres service, and stop it: 2. Right-Click the service, select ...
    • Installing and Configuring HyperV

      If you work on more than one migration at a time we recommend setting up a VM Host workstation capable of running several Virtual Machines (VMs) at the same time. This allows you to have a dedicated virtual workstation for each migration you're ...