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.
- Host: GitHub
- URL: https://github.com/aetonsi/cmd__elevate
- Owner: aetonsi
- License: wtfpl
- Created: 2022-08-29T20:00:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T11:23:47.000Z (over 3 years ago)
- Last Synced: 2026-01-20T21:54:55.591Z (5 months ago)
- Topics: cli, elevation, windows
- Language: Batchfile
- Homepage:
- Size: 1.95 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__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
```