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

https://github.com/aetonsi/cmd__elevate

{cmd} Simple Windows cli tool to elevate the execution of the given command. Depends on kliu.org's "elevate.exe" utility.
https://github.com/aetonsi/cmd__elevate

cli elevation windows

Last synced: 13 days ago
JSON representation

{cmd} Simple Windows cli tool to elevate the execution of the given command. Depends on kliu.org's "elevate.exe" utility.

Awesome Lists containing this project

README

          

# cmd__elevate
Simple Windows cli tool to elevate the execution of the given command. Depends on kliu.org's "elevate.exe" utility.

# Usage
```powershell
# elevate.cmd <...arguments>
.\elevate.cmd myelevatedprogram.exe myarg1 myarg2
# starts myelevatedprogram.exe as admin, with the specified arguments
```