https://github.com/skrysm/runelevated
A Windows tool to run any program elevated.
https://github.com/skrysm/runelevated
dotnet elevation windows
Last synced: 3 months ago
JSON representation
A Windows tool to run any program elevated.
- Host: GitHub
- URL: https://github.com/skrysm/runelevated
- Owner: skrysm
- License: mit
- Created: 2024-10-15T14:28:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T14:31:35.000Z (about 1 year ago)
- Last Synced: 2025-08-04T21:17:22.874Z (5 months ago)
- Topics: dotnet, elevation, windows
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunElevated
This repository contains the Windows tool "RunElevated" which allows you to run any application elevated.
Usage:
```shell
> RunElevated [--wait] [ProgramArgs]
```
If `--wait` is specified, RunElevated will wait for the specified program to finish and return its exit code.
If `--wait` is *not* specified, RunElevated will start the specified program and then exit immediately (with exit code `0`).