/ElevateProcess

Elevate Process is a simple utility for Windows that functions like to sudo in Linux.

Primary LanguageC#MIT LicenseMIT

.NET Build GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Elevate Process

Elevate Process is a simple utility for Windows that functions like the sudo utility does in Linux.

Command-line Uage

Simply enter the name of the utility, then enter the name of the program you want to run elevated, followed by any aruments to be passed to that program.

If the utility or it's location is not included in your environment PATH variable, you will need to enter the full path and name of the utility.

Utility Usage


C:\> ep.exe <exe_path> [ <args> ] 

Example 1: Run Notepad.exe as an elevated process


C:\MyWorkDirectory> ep.exe Notepad.exe MyNotes.txt