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

fix: Disable screensaver on Vista (#159)

このコミットが含まれているのは:
Kroese
2024-02-08 04:18:25 +01:00
committed by GitHub
コミット 4534f66d73
+5
ファイルの表示
@@ -244,6 +244,11 @@
<CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Turn off sidebar</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>17</Order>
<CommandLine>reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f</CommandLine>
<Description>Disable screensaver</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>