| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> | 2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> |
| 3 <settings pass="windowsPE"> | 3 <settings pass="windowsPE"> |
| 4 <component name="Microsoft-Windows-International-Core-WinPE" | 4 <component name="Microsoft-Windows-International-Core-WinPE" |
| 5 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" | 5 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" |
| 6 language="neutral" versionScope="nonSxS" | 6 language="neutral" versionScope="nonSxS" |
| 7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 9 <SetupUILanguage> | 9 <SetupUILanguage> |
| 10 <UILanguage>en-us</UILanguage> | 10 <UILanguage>en-us</UILanguage> |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 </SynchronousCommand> | 149 </SynchronousCommand> |
| 150 <SynchronousCommand wcm:action="add"> | 150 <SynchronousCommand wcm:action="add"> |
| 151 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> | 151 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> |
| 152 <Order>4</Order> | 152 <Order>4</Order> |
| 153 </SynchronousCommand> | 153 </SynchronousCommand> |
| 154 <SynchronousCommand wcm:action="add"> | 154 <SynchronousCommand wcm:action="add"> |
| 155 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> | 155 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> |
| 156 <Order>5</Order> | 156 <Order>5</Order> |
| 157 </SynchronousCommand> | 157 </SynchronousCommand> |
| 158 <SynchronousCommand wcm:action="add"> | 158 <SynchronousCommand wcm:action="add"> |
| 159 <<<<<<< HEAD |
| 160 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
| 161 <Order>6</Order> |
| 162 </SynchronousCommand> |
| 163 <SynchronousCommand wcm:action="add"> |
| 164 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
| 165 <Order>7</Order> |
| 166 </SynchronousCommand> |
| 167 <SynchronousCommand wcm:action="add"> |
| 168 <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> |
| 169 <Order>8</Order> |
| 170 </SynchronousCommand> |
| 171 ======= |
| 159 <CommandLine>%WINDIR%\System32\cmd /c bc
dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine> | 172 <CommandLine>%WINDIR%\System32\cmd /c bc
dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine> |
| 160 <Order>6</Order> | 173 <Order>6</Order> |
| 161 </SynchronousCommand> | 174 </SynchronousCommand> |
| 162 <SynchronousCommand wcm:action="add"> | 175 <SynchronousCommand wcm:action="add"> |
| 163 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 176 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
| 164 <Order>7</Order> | 177 <Order>7</Order> |
| 165 </SynchronousCommand> | 178 </SynchronousCommand> |
| 166 <SynchronousCommand wcm:action="add"> | 179 <SynchronousCommand wcm:action="add"> |
| 167 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | 180 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
| 168 <Order>8</Order> | 181 <Order>8</Order> |
| 169 </SynchronousCommand> | 182 </SynchronousCommand> |
| 170 <SynchronousCommand wcm:action="add"> | 183 <SynchronousCommand wcm:action="add"> |
| 171 » » » » » <CommandLine>%WINDIR%\System32\cmd /c A:
\finish.exe</CommandLine> | 184 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> |
| 172 <Order>9</Order> | 185 <Order>9</Order> |
| 173 </SynchronousCommand> | 186 </SynchronousCommand> |
| 187 >>>>>>> cros/upstream |
| 174 </FirstLogonCommands> | 188 </FirstLogonCommands> |
| 175 </component> | 189 </component> |
| 176 </settings> | 190 </settings> |
| 177 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER
STANDARD" | 191 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER
STANDARD" |
| 178 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 192 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 179 </unattend> | 193 </unattend> |
| OLD | NEW |