Update define.sh

This commit is contained in:
Kroese 2024-06-10 13:15:30 +02:00 committed by GitHub
parent 4474740089
commit d2a8977975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2131,6 +2131,12 @@ prepareInstall() {
echo "[Branding]"
echo " BrandIEUsingUnattended=Yes"
echo ""
echo "[Display]"
echo " BitsPerPel=32"
echo " AutoConfirm=1"
echo " XResolution=1920"
echo " YResolution=1080"
echo ""
echo "[URL]"
echo " Home_Page = http://www.google.com"
echo " Search_Page = http://www.google.com"
@ -2176,6 +2182,11 @@ prepareInstall() {
echo "\"AltDefaultDomainName\"=\"Dockur\""
echo "\"AutoAdminLogon\"=\"1\""
echo ""
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VgaSave\Device0"
echo "\"DefaultSettings.BitsPerPel\"=dword:00000020"
echo "\"DefaultSettings.XResolution\"=dword:00000780"
echo "\"DefaultSettings.YResolution\"=dword:00000438"
echo ""
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000]"
echo "\"DefaultSettings.BitsPerPel\"=dword:00000020"
echo "\"DefaultSettings.XResolution\"=dword:00000780"