SetExeToRunAsAdmin
0.0.4
Sets an EXE to run as Administrator. Usage: SetExeToRunAsAdmin.ps1 -Path <exe path> (-CurrentUser | -AllUsers)
Alternatively you can use the -UnsetInstead parameter to unset the exe to run as administrator.
Installation Options
Owners
Package Details
Author(s)
- asherto
Tags
PowerShell Windows exe set run administrator add compatibility
Functions
Dependencies
This script has no dependencies.
Release Notes
[Version 0.0.1] - Initial Release.
[Version 0.0.2] - Fixed example.
[Version 0.0.3] - Added option to unset the exe to run as administrator and refactored function code.
[Version 0.0.4] - Fixed bug in version specification and improved examples.
FileList
- SetExeToRunAsAdmin.nuspec
- SetExeToRunAsAdmin.ps1