Update win2012r2-eval.xml

This commit is contained in:
Kroese 2024-04-24 15:09:33 +02:00 committed by GitHub
parent 6f3a475785
commit 1754e65cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -319,7 +319,12 @@
<SynchronousCommand wcm:action="add">
<Order>12</Order>
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
<Description>Disable Hibernation Mode</Description>
<Description>Disable Hibernation</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>13</Order>
<CommandLine>cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine>
<Description>Disable Sleep</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>