| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 <component name="Microsoft-Windows-International-Core" | 93 <component name="Microsoft-Windows-International-Core" |
| 94 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" | 94 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" |
| 95 language="neutral" versionScope="nonSxS" | 95 language="neutral" versionScope="nonSxS" |
| 96 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 96 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 97 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 97 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 98 <InputLocale>0409:00000409</InputLocale> | 98 <InputLocale>0409:00000409</InputLocale> |
| 99 <SystemLocale>en-US</SystemLocale> | 99 <SystemLocale>en-US</SystemLocale> |
| 100 <UILanguage>en-US</UILanguage> | 100 <UILanguage>en-US</UILanguage> |
| 101 <UserLocale>en-US</UserLocale> | 101 <UserLocale>en-US</UserLocale> |
| 102 </component> | 102 </component> |
| 103 <component name="Microsoft-Windows-PnpCustomizationsWinPE" |
| 104 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 105 language="neutral" versionScope="nonSxS" |
| 106 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 107 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 108 <DriverPaths> |
| 109 <PathAndCredentials wcm:keyValue="1" wcm:action=
"add"> |
| 110 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path
> |
| 111 </PathAndCredentials> |
| 112 <PathAndCredentials wcm:keyValue="2" wcm:action=
"add"> |
| 113 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path
> |
| 114 </PathAndCredentials> |
| 115 </DriverPaths> |
| 116 </component> |
| 103 </settings> | 117 </settings> |
| 104 <settings pass="oobeSystem"> | 118 <settings pass="oobeSystem"> |
| 105 <component name="Microsoft-Windows-Shell-Setup" | 119 <component name="Microsoft-Windows-Shell-Setup" |
| 106 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 120 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 107 language="neutral" versionScope="nonSxS" | 121 language="neutral" versionScope="nonSxS" |
| 108 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 122 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 109 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 123 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 110 <UserAccounts> | 124 <UserAccounts> |
| 111 <AdministratorPassword> | 125 <AdministratorPassword> |
| 112 <Value>1q2w3eP</Value> | 126 <Value>1q2w3eP</Value> |
| 113 <PlainText>true</PlainText> | 127 <PlainText>true</PlainText> |
| 114 </AdministratorPassword> | 128 </AdministratorPassword> |
| 115 </UserAccounts> | 129 </UserAccounts> |
| 116 <AutoLogon> | 130 <AutoLogon> |
| 117 <Password> | 131 <Password> |
| 118 <Value>1q2w3eP</Value> | 132 <Value>1q2w3eP</Value> |
| 119 <PlainText>true</PlainText> | 133 <PlainText>true</PlainText> |
| 120 </Password> | 134 </Password> |
| 121 <Enabled>true</Enabled> | 135 <Enabled>true</Enabled> |
| 122 <LogonCount>1000</LogonCount> | 136 <LogonCount>1000</LogonCount> |
| 123 <Username>Administrator</Username> | 137 <Username>Administrator</Username> |
| 124 </AutoLogon> | 138 </AutoLogon> |
| 125 <FirstLogonCommands> | 139 <FirstLogonCommands> |
| 126 <SynchronousCommand wcm:action="add"> | 140 <SynchronousCommand wcm:action="add"> |
| 141 <CommandLine>%WINDIR%\System32\cmd /c KV
M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine> |
| 127 <Order>1</Order> | 142 <Order>1</Order> |
| 128 <CommandLine>%WINDIR%\System32\cmd /c st
art /w pkgmgr /iu:"TelnetServer"</CommandLine> | |
| 129 </SynchronousCommand> | 143 </SynchronousCommand> |
| 130 <SynchronousCommand wcm:action="add"> | 144 <SynchronousCommand wcm:action="add"> |
| 145 <CommandLine>%WINDIR%\System32\cmd /c st
art /w pkgmgr /iu:"TelnetServer"</CommandLine> |
| 131 <Order>2</Order> | 146 <Order>2</Order> |
| 132 <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> | |
| 133 </SynchronousCommand> | 147 </SynchronousCommand> |
| 134 <SynchronousCommand wcm:action="add"> | 148 <SynchronousCommand wcm:action="add"> |
| 149 <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> |
| 135 <Order>3</Order> | 150 <Order>3</Order> |
| 136 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> | |
| 137 </SynchronousCommand> | 151 </SynchronousCommand> |
| 138 <SynchronousCommand wcm:action="add"> | 152 <SynchronousCommand wcm:action="add"> |
| 153 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> |
| 139 <Order>4</Order> | 154 <Order>4</Order> |
| 140 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> | |
| 141 </SynchronousCommand> | 155 </SynchronousCommand> |
| 142 <SynchronousCommand wcm:action="add"> | 156 <SynchronousCommand wcm:action="add"> |
| 157 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> |
| 143 <Order>5</Order> | 158 <Order>5</Order> |
| 144 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | |
| 145 </SynchronousCommand> | 159 </SynchronousCommand> |
| 146 <SynchronousCommand wcm:action="add"> | 160 <SynchronousCommand wcm:action="add"> |
| 161 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
| 147 <Order>6</Order> | 162 <Order>6</Order> |
| 148 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | |
| 149 </SynchronousCommand> | 163 </SynchronousCommand> |
| 150 <SynchronousCommand wcm:action="add"> | 164 <SynchronousCommand wcm:action="add"> |
| 165 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
| 151 <Order>7</Order> | 166 <Order>7</Order> |
| 167 </SynchronousCommand> |
| 168 <SynchronousCommand wcm:action="add"> |
| 152 <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | 169 <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> |
| 170 <Order>8</Order> |
| 153 </SynchronousCommand> | 171 </SynchronousCommand> |
| 154 </FirstLogonCommands> | 172 </FirstLogonCommands> |
| 155 <OOBE> | 173 <OOBE> |
| 156 <HideEULAPage>true</HideEULAPage> | 174 <HideEULAPage>true</HideEULAPage> |
| 157 <NetworkLocation>Work</NetworkLocation> | 175 <NetworkLocation>Work</NetworkLocation> |
| 158 <ProtectYourPC>1</ProtectYourPC> | 176 <ProtectYourPC>1</ProtectYourPC> |
| 159 <SkipUserOOBE>true</SkipUserOOBE> | 177 <SkipUserOOBE>true</SkipUserOOBE> |
| 160 <SkipMachineOOBE>true</SkipMachineOOBE> | 178 <SkipMachineOOBE>true</SkipMachineOOBE> |
| 161 </OOBE> | 179 </OOBE> |
| 162 </component> | 180 </component> |
| 163 <component name="Microsoft-Windows-International-Core" | 181 <component name="Microsoft-Windows-International-Core" |
| 164 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" | 182 processorArchitecture="amd64" publicKeyToken="31bf3856ad
364e35" |
| 165 language="neutral" versionScope="nonSxS" | 183 language="neutral" versionScope="nonSxS" |
| 166 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 184 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
| 167 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 185 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 168 <InputLocale>0409:00000409</InputLocale> | 186 <InputLocale>0409:00000409</InputLocale> |
| 169 <SystemLocale>en-us</SystemLocale> | 187 <SystemLocale>en-us</SystemLocale> |
| 170 <UILanguage>en-us</UILanguage> | 188 <UILanguage>en-us</UILanguage> |
| 171 <UILanguageFallback>en-us</UILanguageFallback> | 189 <UILanguageFallback>en-us</UILanguageFallback> |
| 172 <UserLocale>en-us</UserLocale> | 190 <UserLocale>en-us</UserLocale> |
| 173 </component> | 191 </component> |
| 174 </settings> | 192 </settings> |
| 175 <cpi:offlineImage | 193 <cpi:offlineImage |
| 176 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" | 194 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist
a ENTERPRISE" |
| 177 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 195 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
| 178 </unattend> | 196 </unattend> |
| OLD | NEW |