This is an old revision of the document!
Just a few notes for now…
Remote Background“ shell feature.</note>
List Windows power plans:
<file>
powercfg.exe -list
</file>
Activate the High Performance power plan:
<file>
powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
</file>
Show Link State Power Management setting:
<file>
powercfg.exe -query 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 501a4d13-42af-4429-9fd1-a8218c268e20
</file>
Disable hibernation and delete the
hiberfil.sys'' file:powercfg.exe /hibernate off
Disable various power management settings:
powercfg.exe -change -monitor-timeout-ac 0 powercfg.exe -change -monitor-timeout-dc 0 powercfg.exe -change -disk-timeout-ac 0 powercfg.exe -change -disk-timeout-dc 0 powercfg.exe -change -standby-timeout-ac 0 powercfg.exe -change -standby-timeout-dc 0 powercfg.exe -change -hibernate-timeout-ac 0 powercfg.exe -change -hibernate-timeout-dc 0
Commonly used commands:
powercfg.exe /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c powercfg.exe /hibernate off powercfg.exe -change -standby-timeout-ac 0 powercfg.exe -query 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 501a4d13-42af-4429-9fd1-a8218c268e20 powercfg.exe -list