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
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 " Search_Page = http://www.google.com"
|
||||
echo ""
|
||||
echo "[RegionalSettings]"
|
||||
echo " Language=00000409"
|
||||
echo ""
|
||||
echo "[TerminalServices]"
|
||||
echo " AllowConnections=1"
|
||||
echo ""
|
||||
|
|
@ -2150,7 +2147,7 @@ prepareXP() {
|
|||
|
||||
if [ -f "$file" ]; then
|
||||
unix2dos -q "$file"
|
||||
oem="start \\\"Install\\\" \\\"cmd /C C:\OEM\install.bat\\\""
|
||||
oem="start cmd /C C:\OEM\install.bat"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue