Jump to content

Recommended Posts

Posted

Hi there,

What is the best way to run this command line to all of my Windows 10 stations as an administrator through Group Policy?

 

C:\Windows\System32\powercfg.exe -H OFF

 

I want to remove the hibernate file in-conjunction with a group policy which disables hibernation and sleep.

Posted
GPP Registry setting

 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\HiberbootEnabled

Set to Dword 0

 

 

Thank you.

Like this?

Registry.png

Posted
Pretty much yes - I might choose create rather than update just to make sure the key is actually there to be on the safe side.

 

Ok, thank you, have made the changes and also configured the following:

 

PowerSettings.png

PowerSettings2.png

Posted
Hi there, What is the best way to run this command line to all of my Windows 10 stations as an administrator through Group Policy? C:\Windows\System32\powercfg.exe -H OFF I want to remove the hibernate file in-conjunction with a group policy which disables hibernation and sleep.
If you run this as a startup script, it should run as the SYSTEM account and work.
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...