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
+