fix: Disable screensaver

This commit is contained in:
Kroese 2024-04-05 15:31:39 +02:00 committed by GitHub
parent 2a1b3c7814
commit 4a784e39ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -850,7 +850,7 @@ prepareXP() {
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]"
echo "\"LimitBlankPasswordUse\"=dword:00000000"
echo ""
echo "[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"
echo "[HKEY_CURRENT_USER\Control Panel\Desktop]"
echo "\"ScreenSaveActive\"=\"0\""
echo ""
echo "[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"