From 4534f66d7398f02213336c300ad9d6d0cce83bc8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 04:18:25 +0100 Subject: [PATCH] fix: Disable screensaver on Vista (#159) --- assets/winvistax64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml index c425c40..b8f0dae 100644 --- a/assets/winvistax64.xml +++ b/assets/winvistax64.xml @@ -244,6 +244,11 @@ reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f Turn off sidebar + + 17 + reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f + Disable screensaver +