JimmyTheGreat1500 / SudoWin

A wrapper for User Account Control to run commands as an administrator in the Windows command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SudoWin

A wrapper for User Account Control to run commands as an administrator in the Windows command line

Requires .NET Core 3.1

Installation:

If you do not wish to install .NET Core, use the Self-Contained version. Otherwise, use the Standalone version.

Copy the desired sudo.exe executable to a folder on the computer. Add the folder to the PATH environment variable (Control Panel > System > Advanced System Settings > Advanced > Environment Variables)

Usage:

sudo <command> <command parameters>

About

A wrapper for User Account Control to run commands as an administrator in the Windows command line

License:MIT License


Languages

Language:C# 100.0%