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

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.

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`).