Update define.sh

This commit is contained in:
Kroese 2024-06-10 19:05:07 +02:00 committed by GitHub
parent 1788c17850
commit a2c44cab81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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