Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' save this file as uaccmd.vbs in the Windows directory
- ' launch the file and an UAC prompt will be generated
- set oSh = CreateObject("Shell.Application")
- oSh.ShellExecute "C:\windows\system32\cmd.exe","", "", "runas", 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement