How do I get around UAC in window 7 for a reboot with the option to abort
- by Friendly Fire
I've been using PSshutdown remotely on our Windows XP machines for our weekly reboots because of its ability to reboot with the ability to abort the operation. I use ShTasks to create the weekly task.
The Problem is on Windows 7 the task is created but never executes because of UAC even when I run the batch using an administrator command line, or with the elevate privileges switch.
I saw another user "Bob" created a program called idleshutdown.exe which does something similar. Not sure how his program gets around UAC.