I have a batch file that I use to:
Create a restore point, then swap out my modified system files. I store the "Sleep.exe" file in the same folder as the batch file.
The script goes something like:
echo Please wait while a Restore Point is made.
sleep 17
Take ownership,Rename Replace, Blah...
Running Vista Basic on a notebook with multiple user accounts. Since no policy editor exists on the basic verssion, from what I have found, is there another method to make configuration changes to ALL users?
Specifically, I want to set the power settings globally for all users. MORE...