An open API service indexing awesome lists of open source software.

https://github.com/aetonsi/cmd__runas_system

{cmd} Simple Windows cli tool to run a program as the SYSTEM user. Depends on Sysinternals' psexec.exe.
https://github.com/aetonsi/cmd__runas_system

cli elevation system windows

Last synced: about 1 month ago
JSON representation

{cmd} Simple Windows cli tool to run a program as the SYSTEM user. Depends on Sysinternals' psexec.exe.

Awesome Lists containing this project

README

          

# cmd__runas_system
Simple Windows cli tool to run a program as the SYSTEM user. Depends on Sysinternals' psexec.exe.

# Usage
Please note: requires elevation (elevates automatically if needed).
```powershell
# runas_system.cmd <...arguments>
.\runas_system.cmd mysystemprogram.exe myarg1 myarg2
# starts mysystemprogram.exe as the SYSTEM user, with the specified arguments
```