Nope. At least I know now I not the only one with this problem. For 500 points, hopefully someone can suggest something.
Main Topics
Browse All TopicsI have installed a new Windows 2000 Professional workstation on our Windows 2000 Domain. When I installed the workstation using a local administrative account, I enabled the monitor power off option in display settings to 20 minutes. After I finished the installation, I logged on to the domain using a domain user account from this workstation. The user wants the monitor power off option change to 1 hour.
I cannot change the 20 mintues setting to 1 hour. When I try to, I get the message “Power Policy Manager unable to set active policy”. The user can change screen saver settings freely.
I have used the local administrator account to logon and changed the setting to 1 hour. But when I logon as the user, the setting is still 20 minutes.
I played with gpedit.msc but could not find any settings that relate to the monitor power option.
I was finally able to change this setting for the user by adding the user to Domain Admin group on the Domain controller. After I logged on from the computer as a Domain Admin, I was able to change the power setting. Then I took off the user from the Domain Admin group and logged back on, the monitor power setting is still saved at 1 hour.
My question is how can I change the monitor power setting for the workstation without doing what I’ve done? Is this part of the local computer policy or Domain policy?
Ideally, I like to set a default monitor power saving time in the domain and change to an individual’s preference is that person wants another setting.
Thanks for any reply.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Well, here is my solution, not totally perfect, but still works.
In Active Directory, added "Domain Admin" to my membership for who I was logged on with. The Domain Admin group is automatically put into the local machines Administrators group when you join a domain, so it let me have full control. Then without any logging on or off, I was able to make changes to my power settings.
Then under Active Directory, went back and took out Domain Admin from my membership, and the setting has stayed through reboots/logging on or off.
So it did what I wanted it to do, but I wish I could find a policy in Group policy somewhere that was controlling it.
I came across a post from a Microsoft rep who said this reg key could fix it when logged on locally as Administrator, but it didn't seem to work because he said there was supposed to be a "Security" menu to set permissions, but I didn't find that in my regedit32 no matter who I was logged on as.
[HKEY_LOCAL_MACHINE\SOFTWA
I wish I could find a good reference on Default Domain Policies. It seems just by joining a domain, there are certain ones implemented without any configurations made. I want to know what they are.
Good luck!
John
Your method is smilar to mine but it's a little bit faster.
I tried searching a lot of places but came up empity on a list of hidden or default group polices. This policy just doesn't make sense to me. If it is implemented by default, how come you can't edit or change it anywhere?
Another one on my long list of unsolved Windows mysteries.
I searched Microsoft Technet forums and fund this posting. It sounds the same as your method:
-------------"The Power Schemes are set per user profile and you need admin rights to
change the power settings.
You have a few options:
-Temporarily give the user admin rights, modify the power scheme then log
them out and remove the admin rights.
-Modify the security on the registry key which will then allow normal users
to modify the power scheme:
REGEDT32,
HKEY_LOCAL_MACHINE\Softwar
Folders\PowerCfg then Security | Permissions, give Authenticated Users Full
Control.
-Read up how to alter the default user profile and set this with the Power
Scheme settings you wish to have.
-I think (but am not certain) that you might be able to set the Power Scheme
with a GPO.-------------"
I couldn't find any Security | Permissions setting in the Regedit32 either.
Hi
If you want to choose a constant Power Policy for all users, you can create a text file that contains these below lines and change its extention to .JS .
//////////// Begining Of File
var WshShell = WScript.CreateObject ("WScript.Shell");
WshShell.RegWrite ("HKEY_USERS\\.DEFAULT\\Co
WshShell.RegWrite ("HKCU\\Control Panel\\PowerCfg\\CurrentPo
//////////// End Of File
Then run it via domain ( when computers starting up or when users logging on )
Here number "1" is used for "Portable/Laptop computer" Scheme.
You can use these schemes:
0 - Home/Office desktop
1 - Portable/Laptop computer
2 - Monitor on for presentations
3 - Network computer (no Wake-on-LAN)
4 - Optimized for high performance
5 - Optimized for power saving
Hope be useful
Business Accounts
Answer for Membership
by: johnmcmillionPosted on 2003-06-18 at 19:14:54ID: 8754380
Any answer on this? I am having the same exact issue.