- Edited by _theStudent_ Tuesday, February 03, 2015 10:42 AM
This is a great tutorial by Alan Burchill:
http://www.grouppolicy.biz/2010/01/how-to-use-group-policy-preferences-to-manage-windows-power-plans/
The principle with power plans, is that the computer itself will determine its own "idle" condition and automatically activate suspend or whatever.
WindowsXP didn't do power management very well at all, it's much better in modern OS's.
The hardware you have (and the capabilities of the hardware) may also play a role in the success of this approach.
Hi
If you have Windows Vista or Windows 7 client in the domain, you can use Scheduled Task in GPP to execute "shutdown -s" when the computer has been idle for a certain time.
1. On a Windows Vista or Windows 7 client, install Group Policy Management Console so that you can use it to configure and deploy group policy. Please refer to:
Deploying Group Policy Using Windows Vista
http://technet.microsoft.com/en-us/library/cc766208(WS.10).aspx
2. Create a shutdown task in [Computer Configuration\Preferences\Control Panel Settings\Scheduled Tasks]. Refer to:
Configure a Scheduled Task Item
http://technet.microsoft.com/en-us/library/cc725745.aspx
When creating shutdown task, on the Task tab, browse to :\Windows\System32\shutdown.exe after "Run:". Add "s" parameter for it. On the Schedule tab, select "When Idle" in the drop down menu under "Scheduled Task". Then, set a time under "Schedule Task When Idle".
3. Install the Group policy preference extension for the client computers.
http://support.microsoft.com/Default.aspx?kbid=943729
Please try above steps and let me know your result.
Best Regards,
Elaine
check out this link if it helps:
http://windows.microsoft.com/en-sg/windows/change-create-delete-power-plan-scheme#1TC=windows-7