win10x64-ltsc.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
  3. <settings pass="windowsPE">
  4. <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  5. <SetupUILanguage>
  6. <UILanguage>en-US</UILanguage>
  7. </SetupUILanguage>
  8. <InputLocale>0409:00000409</InputLocale>
  9. <SystemLocale>en-US</SystemLocale>
  10. <UILanguage>en-US</UILanguage>
  11. <UserLocale>en-US</UserLocale>
  12. </component>
  13. <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  14. <DiskConfiguration>
  15. <Disk wcm:action="add">
  16. <DiskID>0</DiskID>
  17. <WillWipeDisk>true</WillWipeDisk>
  18. <CreatePartitions>
  19. <!-- Windows RE Tools partition -->
  20. <CreatePartition wcm:action="add">
  21. <Order>1</Order>
  22. <Type>Primary</Type>
  23. <Size>300</Size>
  24. </CreatePartition>
  25. <!-- System partition (ESP) -->
  26. <CreatePartition wcm:action="add">
  27. <Order>2</Order>
  28. <Type>EFI</Type>
  29. <Size>100</Size>
  30. </CreatePartition>
  31. <!-- Microsoft reserved partition (MSR) -->
  32. <CreatePartition wcm:action="add">
  33. <Order>3</Order>
  34. <Type>MSR</Type>
  35. <Size>128</Size>
  36. </CreatePartition>
  37. <!-- Windows partition -->
  38. <CreatePartition wcm:action="add">
  39. <Order>4</Order>
  40. <Type>Primary</Type>
  41. <Extend>true</Extend>
  42. </CreatePartition>
  43. </CreatePartitions>
  44. <ModifyPartitions>
  45. <!-- Windows RE Tools partition -->
  46. <ModifyPartition wcm:action="add">
  47. <Order>1</Order>
  48. <PartitionID>1</PartitionID>
  49. <Label>WINRE</Label>
  50. <Format>NTFS</Format>
  51. <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
  52. </ModifyPartition>
  53. <!-- System partition (ESP) -->
  54. <ModifyPartition wcm:action="add">
  55. <Order>2</Order>
  56. <PartitionID>2</PartitionID>
  57. <Label>System</Label>
  58. <Format>FAT32</Format>
  59. </ModifyPartition>
  60. <!-- MSR partition does not need to be modified -->
  61. <ModifyPartition wcm:action="add">
  62. <Order>3</Order>
  63. <PartitionID>3</PartitionID>
  64. </ModifyPartition>
  65. <!-- Windows partition -->
  66. <ModifyPartition wcm:action="add">
  67. <Order>4</Order>
  68. <PartitionID>4</PartitionID>
  69. <Label>Windows</Label>
  70. <Letter>C</Letter>
  71. <Format>NTFS</Format>
  72. </ModifyPartition>
  73. </ModifyPartitions>
  74. </Disk>
  75. </DiskConfiguration>
  76. <ImageInstall>
  77. <OSImage>
  78. <InstallFrom>
  79. <MetaData wcm:action="add">
  80. <Key>/image/index</Key>
  81. <Value>1</Value>
  82. </MetaData>
  83. </InstallFrom>
  84. <InstallTo>
  85. <DiskID>0</DiskID>
  86. <PartitionID>4</PartitionID>
  87. </InstallTo>
  88. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  89. </OSImage>
  90. </ImageInstall>
  91. <DynamicUpdate>
  92. <Enable>true</Enable>
  93. <WillShowUI>Never</WillShowUI>
  94. </DynamicUpdate>
  95. <UpgradeData>
  96. <Upgrade>false</Upgrade>
  97. <WillShowUI>Never</WillShowUI>
  98. </UpgradeData>
  99. <UserData>
  100. <AcceptEula>true</AcceptEula>
  101. <FullName>Docker</FullName>
  102. <Organization>Windows for Docker</Organization>
  103. <ProductKey />
  104. </UserData>
  105. <EnableFirewall>false</EnableFirewall>
  106. <Diagnostics>
  107. <OptIn>false</OptIn>
  108. </Diagnostics>
  109. </component>
  110. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  111. <DriverPaths>
  112. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  113. <Path>D:\viostor\w10\amd64</Path>
  114. </PathAndCredentials>
  115. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  116. <Path>D:\NetKVM\w10\amd64</Path>
  117. </PathAndCredentials>
  118. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  119. <Path>D:\Balloon\w10\amd64</Path>
  120. </PathAndCredentials>
  121. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  122. <Path>D:\pvpanic\w10\amd64</Path>
  123. </PathAndCredentials>
  124. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  125. <Path>D:\qemupciserial\w10\amd64</Path>
  126. </PathAndCredentials>
  127. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  128. <Path>D:\qxldod\w10\amd64</Path>
  129. </PathAndCredentials>
  130. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  131. <Path>D:\vioinput\w10\amd64</Path>
  132. </PathAndCredentials>
  133. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  134. <Path>D:\viorng\w10\amd64</Path>
  135. </PathAndCredentials>
  136. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  137. <Path>D:\vioscsi\w10\amd64</Path>
  138. </PathAndCredentials>
  139. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  140. <Path>D:\vioserial\w10\amd64</Path>
  141. </PathAndCredentials>
  142. </DriverPaths>
  143. </component>
  144. </settings>
  145. <settings pass="offlineServicing">
  146. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  147. <EnableLUA>false</EnableLUA>
  148. </component>
  149. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  150. <ComputerName>*</ComputerName>
  151. </component>
  152. </settings>
  153. <settings pass="generalize">
  154. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  155. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  156. </component>
  157. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  158. <SkipRearm>1</SkipRearm>
  159. </component>
  160. </settings>
  161. <settings pass="specialize">
  162. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  163. <SkipAutoActivation>true</SkipAutoActivation>
  164. </component>
  165. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  166. <ComputerName>*</ComputerName>
  167. <OEMInformation>
  168. <Manufacturer>Dockur</Manufacturer>
  169. <Model>Windows for Docker</Model>
  170. <SupportHours>24/7</SupportHours>
  171. <SupportPhone />
  172. <SupportProvider>Dockur</SupportProvider>
  173. <SupportURL>https://github.com/dockur/windows/issues</SupportURL>
  174. </OEMInformation>
  175. <OEMName>Windows for Docker</OEMName>
  176. </component>
  177. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  178. <DisableWER>1</DisableWER>
  179. </component>
  180. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  181. <DisableAccelerators>true</DisableAccelerators>
  182. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  183. <Home_Page>about:blank</Home_Page>
  184. <Help_Page>about:blank</Help_Page>
  185. </component>
  186. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  187. <DisableAccelerators>true</DisableAccelerators>
  188. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  189. <Home_Page>about:blank</Home_Page>
  190. <Help_Page>about:blank</Help_Page>
  191. </component>
  192. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  193. <CEIPEnabled>0</CEIPEnabled>
  194. </component>
  195. <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  196. <RunSynchronous>
  197. <RunSynchronousCommand wcm:action="add">
  198. <Order>1</Order>
  199. <Path>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f</Path>
  200. </RunSynchronousCommand>
  201. <RunSynchronousCommand wcm:action="add">
  202. <Order>2</Order>
  203. <Path>netsh.exe advfirewall firewall set rule group="Remote Desktop" new enable=Yes</Path>
  204. </RunSynchronousCommand>
  205. <RunSynchronousCommand wcm:action="add">
  206. <Order>3</Order>
  207. <Path>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</Path>
  208. </RunSynchronousCommand>
  209. <RunSynchronousCommand wcm:action="add">
  210. <Order>4</Order>
  211. <Path>fsutil.exe behavior set disableLastAccess 1</Path>
  212. </RunSynchronousCommand>
  213. <RunSynchronousCommand wcm:action="add">
  214. <Order>5</Order>
  215. <Path>reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"</Path>
  216. </RunSynchronousCommand>
  217. <RunSynchronousCommand wcm:action="add">
  218. <Order>6</Order>
  219. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f</Path>
  220. </RunSynchronousCommand>
  221. <RunSynchronousCommand wcm:action="add">
  222. <Order>7</Order>
  223. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f</Path>
  224. </RunSynchronousCommand>
  225. <RunSynchronousCommand wcm:action="add">
  226. <Order>8</Order>
  227. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  228. </RunSynchronousCommand>
  229. <RunSynchronousCommand wcm:action="add">
  230. <Order>9</Order>
  231. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  232. </RunSynchronousCommand>
  233. <RunSynchronousCommand wcm:action="add">
  234. <Order>10</Order>
  235. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f</Path>
  236. </RunSynchronousCommand>
  237. <RunSynchronousCommand wcm:action="add">
  238. <Order>11</Order>
  239. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  240. </RunSynchronousCommand>
  241. <RunSynchronousCommand wcm:action="add">
  242. <Order>12</Order>
  243. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f</Path>
  244. </RunSynchronousCommand>
  245. <RunSynchronousCommand wcm:action="add">
  246. <Order>13</Order>
  247. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f</Path>
  248. </RunSynchronousCommand>
  249. <RunSynchronousCommand wcm:action="add">
  250. <Order>14</Order>
  251. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f</Path>
  252. </RunSynchronousCommand>
  253. <RunSynchronousCommand wcm:action="add">
  254. <Order>15</Order>
  255. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f</Path>
  256. </RunSynchronousCommand>
  257. <RunSynchronousCommand wcm:action="add">
  258. <Order>16</Order>
  259. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f</Path>
  260. </RunSynchronousCommand>
  261. <RunSynchronousCommand wcm:action="add">
  262. <Order>17</Order>
  263. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f</Path>
  264. </RunSynchronousCommand>
  265. <RunSynchronousCommand wcm:action="add">
  266. <Order>18</Order>
  267. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f</Path>
  268. </RunSynchronousCommand>
  269. <RunSynchronousCommand wcm:action="add">
  270. <Order>19</Order>
  271. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f</Path>
  272. </RunSynchronousCommand>
  273. <RunSynchronousCommand wcm:action="add">
  274. <Order>20</Order>
  275. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f</Path>
  276. </RunSynchronousCommand>
  277. <RunSynchronousCommand wcm:action="add">
  278. <Order>21</Order>
  279. <Path>reg.exe unload "HKU\mount"</Path>
  280. </RunSynchronousCommand>
  281. <RunSynchronousCommand wcm:action="add">
  282. <Order>22</Order>
  283. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 0 /f</Path>
  284. </RunSynchronousCommand>
  285. </RunSynchronous>
  286. </component>
  287. </settings>
  288. <settings pass="auditSystem" />
  289. <settings pass="auditUser" />
  290. <settings pass="oobeSystem">
  291. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  292. <InputLocale>0409:00000409</InputLocale>
  293. <SystemLocale>en-US</SystemLocale>
  294. <UILanguage>en-US</UILanguage>
  295. <UserLocale>en-US</UserLocale>
  296. </component>
  297. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  298. <UserAccounts>
  299. <LocalAccounts>
  300. <LocalAccount wcm:action="add">
  301. <Name>Docker</Name>
  302. <Group>Administrators</Group>
  303. <Password>
  304. <Value />
  305. <PlainText>true</PlainText>
  306. </Password>
  307. </LocalAccount>
  308. </LocalAccounts>
  309. <AdministratorPassword>
  310. <Value>password</Value>
  311. <PlainText>true</PlainText>
  312. </AdministratorPassword>
  313. </UserAccounts>
  314. <AutoLogon>
  315. <Username>Docker</Username>
  316. <Enabled>true</Enabled>
  317. <LogonCount>1</LogonCount>
  318. <Password>
  319. <Value />
  320. <PlainText>true</PlainText>
  321. </Password>
  322. </AutoLogon>
  323. <OOBE>
  324. <HideEULAPage>true</HideEULAPage>
  325. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  326. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  327. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  328. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  329. <NetworkLocation>Other</NetworkLocation>
  330. <ProtectYourPC>3</ProtectYourPC>
  331. <SkipUserOOBE>true</SkipUserOOBE>
  332. <SkipMachineOOBE>true</SkipMachineOOBE>
  333. <VMModeOptimizations>
  334. <SkipWinREInitialization>true</SkipWinREInitialization>
  335. </VMModeOptimizations>
  336. </OOBE>
  337. <RegisteredOrganization>Dockur</RegisteredOrganization>
  338. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  339. <FirstLogonCommands>
  340. <SynchronousCommand wcm:action="add">
  341. <Order>1</Order>
  342. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
  343. <Description>Set AutoLogonCount to 0</Description>
  344. </SynchronousCommand>
  345. <SynchronousCommand wcm:action="add">
  346. <Order>2</Order>
  347. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  348. <Description>Allow RDP login with blank password</Description>
  349. </SynchronousCommand>
  350. <SynchronousCommand wcm:action="add">
  351. <Order>3</Order>
  352. <RequiresUserInput>false</RequiresUserInput>
  353. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  354. <Description>Password Never Expires</Description>
  355. </SynchronousCommand>
  356. <SynchronousCommand wcm:action="add">
  357. <Order>4</Order>
  358. <RequiresUserInput>false</RequiresUserInput>
  359. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  360. <Description>Disable Hibernation</Description>
  361. </SynchronousCommand>
  362. <SynchronousCommand wcm:action="add">
  363. <Order>5</Order>
  364. <RequiresUserInput>false</RequiresUserInput>
  365. <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
  366. <Description>Disable monitor blanking</Description>
  367. </SynchronousCommand>
  368. <SynchronousCommand wcm:action="add">
  369. <Order>6</Order>
  370. <CommandLine>reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f</CommandLine>
  371. <Description>Disable screensaver</Description>
  372. </SynchronousCommand>
  373. <SynchronousCommand wcm:action="add">
  374. <Order>7</Order>
  375. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  376. <Description>Disable Network Discovery popup</Description>
  377. </SynchronousCommand>
  378. <SynchronousCommand wcm:action="add">
  379. <Order>8</Order>
  380. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f</CommandLine>
  381. <Description>Disable Network Discovery popup</Description>
  382. </SynchronousCommand>
  383. <SynchronousCommand wcm:action="add">
  384. <Order>9</Order>
  385. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
  386. <Description>Disable first-run experience in Edge</Description>
  387. </SynchronousCommand>
  388. <SynchronousCommand wcm:action="add">
  389. <Order>10</Order>
  390. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
  391. <Description>Show file extensions in Explorer</Description>
  392. </SynchronousCommand>
  393. <SynchronousCommand wcm:action="add">
  394. <Order>11</Order>
  395. <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
  396. <Description>Install VirtIO drivers</Description>
  397. </SynchronousCommand>
  398. </FirstLogonCommands>
  399. </component>
  400. </settings>
  401. </unattend>