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.
- Host: GitHub
- URL: https://github.com/aetonsi/cmd__runas_system
- Owner: aetonsi
- License: wtfpl
- Created: 2022-08-29T19:53:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T09:20:04.000Z (over 2 years ago)
- Last Synced: 2025-09-01T12:30:05.300Z (about 1 month ago)
- Topics: cli, elevation, system, windows
- Language: Batchfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```