Knowledge Base

Bitte , um Beiträge und Themen zu erstellen.

How to Run a Program as SYSTEM (LocalSystem) Account in Windows

https://www.winhelponline.com/blog/run-program-as-system-localsystem-account-windows/#:~:text=Right%2Dclick%20on%20the%20process,Click%20OK.

How to Run Programs as SYSTEM (LocalSystem account)

To run a program under the SYSTEM account, use one of the following tools:

Using PsExec.exe from Windows Sysinternals

Use PsExec.exe console tool from Microsoft’s Windows Sysinternals to run a program under the SYSTEM context. Follow these instructions:

  1. Download PsExec from Microsoft Sysinternals.
  2. Unzip and extract the tool to a permanent folder — e.g., d:\tools
  3. Open an elevated or admin Command Prompt window.
  4. To start the Registry Editor under the SYSTEM account, type the following command, and press ENTER:
    d:\tools\psexec.exe -sid c:\windows\regedit.exe