From a2c44cab81bb794cd54668cc11fce9e6755a8912 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 10 Jun 2024 19:05:07 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/define.sh b/src/define.sh index 58c4171..68c9f1e 100644 --- a/src/define.sh +++ b/src/define.sh @@ -2127,7 +2127,7 @@ prepareInstall() { echo " BitsPerPel=32" echo " YResolution=720" echo " XResolution=1280" - echo "" + echo "" echo "[Networking]" echo " InstallDefaultComponents=Yes" echo "" @@ -2208,16 +2208,6 @@ prepareInstall() { echo "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ServerOOBE\SecurityOOBE]" echo "\"DontLaunchSecurityOOBE\"=dword:00000000" 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 "" } | unix2dos >> "$dir/\$OEM\$/install.reg" fi