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
- Download PSTools from:
https://learn.microsoft.com/en-us/sysinternals/downloads/psexec
and unzip it to C:\PSTOOLS\
- Press WINDOWSKEY+R and run one of the following commands:
For the "System" user:
- C:\PSTOOLS\PSEXEC -i -u "NT AUTHORITY\System" cmd.exe
For the "Network Service" user:
- 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:
- 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 ...
How to delete a recovery partition
In this article, we will guide you through the steps to delete a recovery partition using Command Prompt. Click the Start button, type cmd. Right-click Command Prompt and select Run as Administrator. Open DiskPart In the Command Prompt, type diskpart ...
Setting up a BlueStacks VM to Monitor Traffic with ADB and HTTP Toolkit
This guide will walk you through setting up ADB and HTTP Toolkit to capture and monitor HTTP traffic within a BlueStacks Android VM. Before starting, make sure you've gone through all the steps in the following articles: Installing BlueStacks How to ...