Update define.sh

This commit is contained in:
Kroese 2024-06-10 18:22:46 +02:00 committed by GitHub
parent c1da46849f
commit 209d9ea31d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2188,6 +2188,16 @@ prepareInstall() {
echo "\"DefaultSettings.XResolution\"=dword:00000500"
echo "\"DefaultSettings.YResolution\"=dword:000002D0"
echo ""
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{BCF1BCA1-229E-4C3E-9CA2-86594BF5E2DE}\0000]"
echo "\"DefaultSettings.BitsPerPel\"=dword:00000020"
echo "\"DefaultSettings.XResolution\"=dword:00000500"
echo "\"DefaultSettings.YResolution\"=dword:000002D0"
echo ""
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{BCF1BCA1-229E-4C3E-9CA2-86594BF5E2DE}\0000]"
echo "\"DefaultSettings.BitsPerPel\"=dword:00000020"
echo "\"DefaultSettings.XResolution\"=dword:00000500"
echo "\"DefaultSettings.YResolution\"=dword:000002D0"
echo ""
echo "[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]"
echo "\"ScreenSaver\"=\"reg add \\\"HKCU\\\\Control Panel\\\\Desktop\\\" /f /v \\\"SCRNSAVE.EXE\\\" /t REG_SZ /d \\\"off\\\"\""
echo "\"ScreenSaverOff\"=\"reg add \\\"HKCU\\\\Control Panel\\\\Desktop\\\" /f /v \\\"ScreenSaveActive\\\" /t REG_SZ /d \\\"0\\\"\""