Saturday, March 24, 2012

Disable hibernation via Group Policy

There is currently no setting within Group Policy to disable or enable 
system hibernation. 

But you could copy the below command to a batch file and add to Group 
Policy so it runs on system startup. It’s been tested on Windows XP. 

powercfg.exe /hibernate OFF

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...