What is the CMD/Batch command to run something as administrator?
I've found this command: runas /user:Administrator <executable path> But it only works if the built-in Administrator account has a password. Since I want to distribute the batch file without requiring users to set a password, this solution isn't ideal.