Skip to content

Commit

Permalink
fix: Disable screensaver on Vista (dockur#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Feb 8, 2024
1 parent 45582e8 commit 4534f66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/winvistax64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4534f66

Please sign in to comment.