0 0

Run program and bypass UAC prompt

Set ApplicationPath="C:\WINDOWS\regedit.exe"
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %ApplicationPath%"

Or download attachment and run: "no_uac.cmd regedit"

cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %1"