UAC alert bypass written in vbscript
For VBScript developers. Use BypassUAC(Host, Hide)
Function in your code as this file provided and you'll get uac without alerts.
Arguments:
Host
: Specify script host to use. 1 for wscript.exe and 2 for cscript.exeHide
: Whether run the script with windows hidden. True or False
The Same as BypassUAC.vbs
, but all code are wrapped in the only Function BypassUAC
, easy to use!
For Other scripts. Just run BypassUAC.source.vbs [-h|/h] Command1[ Command2 Command3...]
to get your command executed with UAC privilege without alerts.
Arguments:
-h
or/h
: If provided, execute your commands with windows hidden, othervise just execute normallyCommand
: Command you want to execute with uac without alerts.
The Same as BypassUAC.source.vbs
, but the code is minified.