1
0
ミラー元 https://github.com/dockur/windows.git 前回の同期 2026-06-10 11:59:33 +08:00

feat: Disabled sleep mode and improved download (#413)

このコミットが含まれているのは:
Kroese
2024-04-24 20:16:43 +02:00
committed by GitHub
コミット adece2e559
17個のファイルの変更283行の追加181行の削除
+6 -1
ファイルの表示
@@ -398,7 +398,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>