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-Setup" | 4 <component name="Microsoft-Windows-Setup" |
5 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 5 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
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 <DiskConfiguration> | 9 <DiskConfiguration> |
10 <WillShowUI>OnError</WillShowUI> | 10 <WillShowUI>OnError</WillShowUI> |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 </SynchronousCommand> | 163 </SynchronousCommand> |
164 <SynchronousCommand wcm:action="add"> | 164 <SynchronousCommand wcm:action="add"> |
165 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 165 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
166 <Order>7</Order> | 166 <Order>7</Order> |
167 </SynchronousCommand> | 167 </SynchronousCommand> |
168 <SynchronousCommand wcm:action="add"> | 168 <SynchronousCommand wcm:action="add"> |
169 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | 169 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
170 <Order>8</Order> | 170 <Order>8</Order> |
171 </SynchronousCommand> | 171 </SynchronousCommand> |
172 <SynchronousCommand wcm:action="add"> | 172 <SynchronousCommand wcm:action="add"> |
173 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | 173 » » » » » <CommandLine>%WINDIR%\System32\cmd /c A:
\finish.exe</CommandLine> |
174 <Order>9</Order> | 174 <Order>9</Order> |
175 </SynchronousCommand> | 175 </SynchronousCommand> |
176 </FirstLogonCommands> | 176 </FirstLogonCommands> |
177 <OOBE> | 177 <OOBE> |
178 <HideEULAPage>true</HideEULAPage> | 178 <HideEULAPage>true</HideEULAPage> |
179 <NetworkLocation>Work</NetworkLocation> | 179 <NetworkLocation>Work</NetworkLocation> |
180 <ProtectYourPC>1</ProtectYourPC> | 180 <ProtectYourPC>1</ProtectYourPC> |
181 <SkipUserOOBE>true</SkipUserOOBE> | 181 <SkipUserOOBE>true</SkipUserOOBE> |
182 <SkipMachineOOBE>true</SkipMachineOOBE> | 182 <SkipMachineOOBE>true</SkipMachineOOBE> |
183 </OOBE> | 183 </OOBE> |
184 </component> | 184 </component> |
185 <component name="Microsoft-Windows-International-Core" | 185 <component name="Microsoft-Windows-International-Core" |
186 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 186 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
187 language="neutral" versionScope="nonSxS" | 187 language="neutral" versionScope="nonSxS" |
188 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 188 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
189 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 189 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
190 <InputLocale>0409:00000409</InputLocale> | 190 <InputLocale>0409:00000409</InputLocale> |
191 <SystemLocale>en-us</SystemLocale> | 191 <SystemLocale>en-us</SystemLocale> |
192 <UILanguage>en-us</UILanguage> | 192 <UILanguage>en-us</UILanguage> |
193 <UILanguageFallback>en-us</UILanguageFallback> | 193 <UILanguageFallback>en-us</UILanguageFallback> |
194 <UserLocale>en-us</UserLocale> | 194 <UserLocale>en-us</UserLocale> |
195 </component> | 195 </component> |
196 </settings> | 196 </settings> |
197 <cpi:offlineImage | 197 <cpi:offlineImage |
198 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" | 198 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" |
199 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 199 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
200 </unattend> | 200 </unattend> |
OLD | NEW |