mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update define.sh
This commit is contained in:
parent
09643cef43
commit
83b35f6fa0
1 changed files with 1 additions and 4 deletions
|
|
@ -2070,9 +2070,6 @@ prepareXP() {
|
||||||
echo " Home_Page = http://www.google.com"
|
echo " Home_Page = http://www.google.com"
|
||||||
echo " Search_Page = http://www.google.com"
|
echo " Search_Page = http://www.google.com"
|
||||||
echo ""
|
echo ""
|
||||||
echo "[RegionalSettings]"
|
|
||||||
echo " Language=00000409"
|
|
||||||
echo ""
|
|
||||||
echo "[TerminalServices]"
|
echo "[TerminalServices]"
|
||||||
echo " AllowConnections=1"
|
echo " AllowConnections=1"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
@ -2150,7 +2147,7 @@ prepareXP() {
|
||||||
|
|
||||||
if [ -f "$file" ]; then
|
if [ -f "$file" ]; then
|
||||||
unix2dos -q "$file"
|
unix2dos -q "$file"
|
||||||
oem="start \\\"Install\\\" \\\"cmd /C C:\OEM\install.bat\\\""
|
oem="start cmd /C C:\OEM\install.bat"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue