I set up a machine startup batch script & confirmed it's fired. However it couldn't create any power scheme on XP client which one a domain member.

This is the batch file:

   dir > c:\_RUN-OK.txt

   powercfg /create "custom"
   powercfg /change "custom" /monitor-timeout-ac 10
   powercfg /setactive "custom"

Why I couldn't create & set a custom scheme? Is it a privilege problem? Because of startup scripts run in Systems (machine) context?

link|improve this question

56% accept rate
feedback

migrated from serverfault.com Dec 12 '11 at 15:05

This question came from our site for system administrators and desktop support professionals.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.