| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 <component name="Microsoft-Windows-International-Core" | 107 <component name="Microsoft-Windows-International-Core" |
| 108 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" | 108 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" |
| 109 language="neutral" versionScope="nonSxS" | 109 language="neutral" versionScope="nonSxS" |
| 110 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 110 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 111 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 111 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 112 <InputLocale>0409:00000409</InputLocale> | 112 <InputLocale>0409:00000409</InputLocale> |
| 113 <SystemLocale>en-US</SystemLocale> | 113 <SystemLocale>en-US</SystemLocale> |
| 114 <UILanguage>en-US</UILanguage> | 114 <UILanguage>en-US</UILanguage> |
| 115 <UserLocale>en-US</UserLocale> | 115 <UserLocale>en-US</UserLocale> |
| 116 </component> | 116 </component> |
| 117 <component name="Microsoft-Windows-PnpCustomizationsWinPE" | |
| 118 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | |
| 119 language="neutral" versionScope="nonSxS" | |
| 120 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | |
| 121 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| 122 <DriverPaths> | |
| 123 <PathAndCredentials wcm:keyValue="1" wcm:action=
"add"> | |
| 124 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path
> | |
| 125 </PathAndCredentials> | |
| 126 <PathAndCredentials wcm:keyValue="2" wcm:action=
"add"> | |
| 127 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path
> | |
| 128 </PathAndCredentials> | |
| 129 </DriverPaths> | |
| 130 </component> | |
| 131 </settings> | 117 </settings> |
| 132 <settings pass="oobeSystem"> | 118 <settings pass="oobeSystem"> |
| 133 <component name="Microsoft-Windows-Shell-Setup" | 119 <component name="Microsoft-Windows-Shell-Setup" |
| 134 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 120 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 135 language="neutral" versionScope="nonSxS" | 121 language="neutral" versionScope="nonSxS" |
| 136 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 122 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 137 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 123 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 138 <UserAccounts> | 124 <UserAccounts> |
| 139 <AdministratorPassword> | 125 <AdministratorPassword> |
| 140 <Value>1q2w3eP</Value> | 126 <Value>1q2w3eP</Value> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 </SynchronousCommand> | 163 </SynchronousCommand> |
| 178 <SynchronousCommand wcm:action="add"> | 164 <SynchronousCommand wcm:action="add"> |
| 179 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 165 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
| 180 <Order>7</Order> | 166 <Order>7</Order> |
| 181 </SynchronousCommand> | 167 </SynchronousCommand> |
| 182 <SynchronousCommand wcm:action="add"> | 168 <SynchronousCommand wcm:action="add"> |
| 183 <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> |
| 184 <Order>8</Order> | 170 <Order>8</Order> |
| 185 </SynchronousCommand> | 171 </SynchronousCommand> |
| 186 <SynchronousCommand wcm:action="add"> | 172 <SynchronousCommand wcm:action="add"> |
| 187 » » » » » <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> |
| 188 <Order>9</Order> | 174 <Order>9</Order> |
| 189 </SynchronousCommand> | 175 </SynchronousCommand> |
| 190 </FirstLogonCommands> | 176 </FirstLogonCommands> |
| 191 <OOBE> | 177 <OOBE> |
| 192 <HideEULAPage>true</HideEULAPage> | 178 <HideEULAPage>true</HideEULAPage> |
| 193 <NetworkLocation>Work</NetworkLocation> | 179 <NetworkLocation>Work</NetworkLocation> |
| 194 <ProtectYourPC>1</ProtectYourPC> | 180 <ProtectYourPC>1</ProtectYourPC> |
| 195 <SkipUserOOBE>true</SkipUserOOBE> | 181 <SkipUserOOBE>true</SkipUserOOBE> |
| 196 <SkipMachineOOBE>true</SkipMachineOOBE> | 182 <SkipMachineOOBE>true</SkipMachineOOBE> |
| 197 </OOBE> | 183 </OOBE> |
| 198 </component> | 184 </component> |
| 199 <component name="Microsoft-Windows-International-Core" | 185 <component name="Microsoft-Windows-International-Core" |
| 200 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 186 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 201 language="neutral" versionScope="nonSxS" | 187 language="neutral" versionScope="nonSxS" |
| 202 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 188 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 203 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 189 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 204 <InputLocale>0409:00000409</InputLocale> | 190 <InputLocale>0409:00000409</InputLocale> |
| 205 <SystemLocale>en-us</SystemLocale> | 191 <SystemLocale>en-us</SystemLocale> |
| 206 <UILanguage>en-us</UILanguage> | 192 <UILanguage>en-us</UILanguage> |
| 207 <UILanguageFallback>en-us</UILanguageFallback> | 193 <UILanguageFallback>en-us</UILanguageFallback> |
| 208 <UserLocale>en-us</UserLocale> | 194 <UserLocale>en-us</UserLocale> |
| 209 </component> | 195 </component> |
| 210 </settings> | 196 </settings> |
| 211 <cpi:offlineImage | 197 <cpi:offlineImage |
| 212 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" |
| 213 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 199 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 214 </unattend> | 200 </unattend> |
| OLD | NEW |