This repository has been archived on 2025-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
scanclient-live/slax/boot/runadmin.vbs
2021-04-14 12:58:02 +02:00

4 lines
123 B
Plaintext

Set UAC = CreateObject("Shell.Application")
Set args = WScript.Arguments
UAC.ShellExecute args.Item(0), "", "", "runas", 1