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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> | 140 <CommandLine>%WINDIR%\System32\cmd /c sc
config TlntSvr start= auto</CommandLine> |
141 <Order>3</Order> | 141 <Order>3</Order> |
142 </SynchronousCommand> | 142 </SynchronousCommand> |
143 <SynchronousCommand wcm:action="add"> | 143 <SynchronousCommand wcm:action="add"> |
144 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> | 144 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh firewall set opmode disable</CommandLine> |
145 <Order>4</Order> | 145 <Order>4</Order> |
146 </SynchronousCommand> | 146 </SynchronousCommand> |
147 <SynchronousCommand wcm:action="add"> | 147 <SynchronousCommand wcm:action="add"> |
148 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> | 148 <CommandLine>%WINDIR%\System32\cmd /c ne
t start telnet</CommandLine> |
149 <Order>5</Order> | 149 <Order>5</Order> |
150 <<<<<<< HEAD | |
151 </SynchronousCommand> | |
152 <SynchronousCommand wcm:action="add"> | |
153 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | |
154 <Order>6</Order> | |
155 </SynchronousCommand> | |
156 <SynchronousCommand wcm:action="add"> | |
157 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | |
158 <Order>7</Order> | |
159 </SynchronousCommand> | |
160 <SynchronousCommand wcm:action="add"> | |
161 <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | |
162 <Order>8</Order> | |
163 ======= | |
164 </SynchronousCommand> | 150 </SynchronousCommand> |
165 <SynchronousCommand wcm:action="add"> | 151 <SynchronousCommand wcm:action="add"> |
166 <CommandLine>%WINDIR%\System32\cmd /c bc
dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine> | 152 <CommandLine>%WINDIR%\System32\cmd /c bc
dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine> |
167 <Order>6</Order> | 153 <Order>6</Order> |
168 </SynchronousCommand> | 154 </SynchronousCommand> |
169 <SynchronousCommand wcm:action="add"> | 155 <SynchronousCommand wcm:action="add"> |
170 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> | 156 <CommandLine>%WINDIR%\System32\cmd /c E:
\setuprss.bat</CommandLine> |
171 <Order>7</Order> | 157 <Order>7</Order> |
172 </SynchronousCommand> | 158 </SynchronousCommand> |
173 <SynchronousCommand wcm:action="add"> | 159 <SynchronousCommand wcm:action="add"> |
174 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> | 160 <CommandLine>%WINDIR%\System32\cmd /c ne
tsh interface ip set address "Local Area Connection" dhcp</CommandLine> |
175 <Order>8</Order> | 161 <Order>8</Order> |
176 </SynchronousCommand> | 162 </SynchronousCommand> |
177 <SynchronousCommand wcm:action="add"> | 163 <SynchronousCommand wcm:action="add"> |
178 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi
ng 10.0.2.2 -n 20 && A:\finish.exe</CommandLine> | 164 » » » » » <CommandLine>%WINDIR%\System32\cmd /c A:
\finish.exe</CommandLine> |
179 <Order>9</Order> | 165 <Order>9</Order> |
180 >>>>>>> cros/upstream | |
181 </SynchronousCommand> | 166 </SynchronousCommand> |
182 </FirstLogonCommands> | 167 </FirstLogonCommands> |
183 <OOBE> | 168 <OOBE> |
184 <ProtectYourPC>1</ProtectYourPC> | 169 <ProtectYourPC>1</ProtectYourPC> |
185 <NetworkLocation>Work</NetworkLocation> | 170 <NetworkLocation>Work</NetworkLocation> |
186 </OOBE> | 171 </OOBE> |
187 </component> | 172 </component> |
188 </settings> | 173 </settings> |
189 <settings pass="auditSystem"> | 174 <settings pass="auditSystem"> |
190 <component name="Microsoft-Windows-Shell-Setup" | 175 <component name="Microsoft-Windows-Shell-Setup" |
191 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" | 176 processorArchitecture="x86" publicKeyToken="31bf3856ad36
4e35" |
192 language="neutral" versionScope="nonSxS" | 177 language="neutral" versionScope="nonSxS" |
193 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" | 178 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S
tate" |
194 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 179 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
195 <AutoLogon> | 180 <AutoLogon> |
196 <Password> | 181 <Password> |
197 <Value>1q2w3eP</Value> | 182 <Value>1q2w3eP</Value> |
198 <PlainText>true</PlainText> | 183 <PlainText>true</PlainText> |
199 </Password> | 184 </Password> |
200 <Username>Administrator</Username> | 185 <Username>Administrator</Username> |
201 <LogonCount>1000</LogonCount> | 186 <LogonCount>1000</LogonCount> |
202 <Enabled>true</Enabled> | 187 <Enabled>true</Enabled> |
203 </AutoLogon> | 188 </AutoLogon> |
204 </component> | 189 </component> |
205 </settings> | 190 </settings> |
206 <cpi:offlineImage | 191 <cpi:offlineImage |
207 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo
nghorn SERVERSTANDARD" | 192 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo
nghorn SERVERSTANDARD" |
208 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> | 193 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> |
209 </unattend> | 194 </unattend> |
OLD | NEW |