mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update define.sh
This commit is contained in:
parent
1788c17850
commit
a2c44cab81
1 changed files with 1 additions and 11 deletions
|
|
@ -2127,7 +2127,7 @@ prepareInstall() {
|
||||||
echo " BitsPerPel=32"
|
echo " BitsPerPel=32"
|
||||||
echo " YResolution=720"
|
echo " YResolution=720"
|
||||||
echo " XResolution=1280"
|
echo " XResolution=1280"
|
||||||
echo ""
|
echo ""
|
||||||
echo "[Networking]"
|
echo "[Networking]"
|
||||||
echo " InstallDefaultComponents=Yes"
|
echo " InstallDefaultComponents=Yes"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
@ -2208,16 +2208,6 @@ prepareInstall() {
|
||||||
echo "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ServerOOBE\SecurityOOBE]"
|
echo "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ServerOOBE\SecurityOOBE]"
|
||||||
echo "\"DontLaunchSecurityOOBE\"=dword:00000000"
|
echo "\"DontLaunchSecurityOOBE\"=dword:00000000"
|
||||||
echo ""
|
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"
|
} | unix2dos >> "$dir/\$OEM\$/install.reg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue