windows - run cmd.exe as administrator in a script - Stack Overflow
I have a script that I need to run as Administrator just as I would right click on cmd.exe and click Run As Administrator. Currently this is what I have: Call WSHShell.Run("cmd.exe ...
stackoverflow.com |