Forum-Breadcrumbs - Du bist hier:Knowledge BaseMicrosoft: Windows 10/11 & Server 2016/19/22/25How to Run a Program as SYSTEM (L …
Bitte Anmelden, um Beiträge und Themen zu erstellen.
How to Run a Program as SYSTEM (LocalSystem) Account in Windows
#1 · 15. April 2022, 14:24
Zitat von mpca am 15. April 2022, 14:24 Uhrhttps://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:
- Download PsExec from Microsoft Sysinternals.
- Unzip and extract the tool to a permanent folder — e.g.,
d:\tools
- Open an elevated or admin Command Prompt window.
- 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
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:
- Download PsExec from Microsoft Sysinternals.
- Unzip and extract the tool to a permanent folder — e.g.,
d:\tools
- Open an elevated or admin Command Prompt window.
- 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
Zuletzt bearbeitet am 15. April 2022, 14:24 von mpca