win10x64.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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. <InstallTo>
  79. <DiskID>0</DiskID>
  80. <PartitionID>4</PartitionID>
  81. </InstallTo>
  82. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  83. </OSImage>
  84. </ImageInstall>
  85. <DynamicUpdate>
  86. <Enable>true</Enable>
  87. <WillShowUI>Never</WillShowUI>
  88. </DynamicUpdate>
  89. <UpgradeData>
  90. <Upgrade>false</Upgrade>
  91. <WillShowUI>Never</WillShowUI>
  92. </UpgradeData>
  93. <UserData>
  94. <AcceptEula>true</AcceptEula>
  95. <FullName>Docker</FullName>
  96. <Organization>Windows for Docker</Organization>
  97. <ProductKey>
  98. <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
  99. </ProductKey>
  100. </UserData>
  101. <EnableFirewall>false</EnableFirewall>
  102. <Diagnostics>
  103. <OptIn>false</OptIn>
  104. </Diagnostics>
  105. </component>
  106. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  107. <DriverPaths>
  108. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  109. <Path>D:\viostor\w10\amd64</Path>
  110. </PathAndCredentials>
  111. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  112. <Path>D:\NetKVM\w10\amd64</Path>
  113. </PathAndCredentials>
  114. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  115. <Path>D:\Balloon\w10\amd64</Path>
  116. </PathAndCredentials>
  117. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  118. <Path>D:\pvpanic\w10\amd64</Path>
  119. </PathAndCredentials>
  120. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  121. <Path>D:\qemupciserial\w10\amd64</Path>
  122. </PathAndCredentials>
  123. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  124. <Path>D:\qxldod\w10\amd64</Path>
  125. </PathAndCredentials>
  126. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  127. <Path>D:\vioinput\w10\amd64</Path>
  128. </PathAndCredentials>
  129. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  130. <Path>D:\viorng\w10\amd64</Path>
  131. </PathAndCredentials>
  132. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  133. <Path>D:\vioscsi\w10\amd64</Path>
  134. </PathAndCredentials>
  135. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  136. <Path>D:\vioserial\w10\amd64</Path>
  137. </PathAndCredentials>
  138. </DriverPaths>
  139. </component>
  140. </settings>
  141. <settings pass="offlineServicing">
  142. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  143. <EnableLUA>false</EnableLUA>
  144. </component>
  145. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  146. <ComputerName>*</ComputerName>
  147. </component>
  148. </settings>
  149. <settings pass="generalize">
  150. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  151. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  152. </component>
  153. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  154. <SkipRearm>1</SkipRearm>
  155. </component>
  156. </settings>
  157. <settings pass="specialize">
  158. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  159. <SkipAutoActivation>true</SkipAutoActivation>
  160. </component>
  161. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  162. <ComputerName>*</ComputerName>
  163. <OEMInformation>
  164. <Manufacturer>Dockur</Manufacturer>
  165. <Model>Windows for Docker</Model>
  166. <SupportHours>24/7</SupportHours>
  167. <SupportPhone />
  168. <SupportProvider>Dockur</SupportProvider>
  169. <SupportURL>https://github.com/dockur/windows/issues</SupportURL>
  170. </OEMInformation>
  171. <OEMName>Windows for Docker</OEMName>
  172. </component>
  173. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  174. <DisableWER>1</DisableWER>
  175. </component>
  176. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  177. <DisableAccelerators>true</DisableAccelerators>
  178. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  179. <Home_Page>about:blank</Home_Page>
  180. <Help_Page>about:blank</Help_Page>
  181. </component>
  182. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  183. <DisableAccelerators>true</DisableAccelerators>
  184. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  185. <Home_Page>about:blank</Home_Page>
  186. <Help_Page>about:blank</Help_Page>
  187. </component>
  188. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  189. <CEIPEnabled>0</CEIPEnabled>
  190. </component>
  191. <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  192. <RunSynchronous>
  193. <RunSynchronousCommand wcm:action="add">
  194. <Order>1</Order>
  195. <Path>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f</Path>
  196. </RunSynchronousCommand>
  197. <RunSynchronousCommand wcm:action="add">
  198. <Order>2</Order>
  199. <Path>netsh.exe advfirewall firewall set rule group="Remote Desktop" new enable=Yes</Path>
  200. </RunSynchronousCommand>
  201. <RunSynchronousCommand wcm:action="add">
  202. <Order>3</Order>
  203. <Path>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</Path>
  204. </RunSynchronousCommand>
  205. <RunSynchronousCommand wcm:action="add">
  206. <Order>4</Order>
  207. <Path>fsutil.exe behavior set disableLastAccess 1</Path>
  208. </RunSynchronousCommand>
  209. <RunSynchronousCommand wcm:action="add">
  210. <Order>5</Order>
  211. <Path>reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"</Path>
  212. </RunSynchronousCommand>
  213. <RunSynchronousCommand wcm:action="add">
  214. <Order>6</Order>
  215. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f</Path>
  216. </RunSynchronousCommand>
  217. <RunSynchronousCommand wcm:action="add">
  218. <Order>7</Order>
  219. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f</Path>
  220. </RunSynchronousCommand>
  221. <RunSynchronousCommand wcm:action="add">
  222. <Order>8</Order>
  223. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  224. </RunSynchronousCommand>
  225. <RunSynchronousCommand wcm:action="add">
  226. <Order>9</Order>
  227. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  228. </RunSynchronousCommand>
  229. <RunSynchronousCommand wcm:action="add">
  230. <Order>10</Order>
  231. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f</Path>
  232. </RunSynchronousCommand>
  233. <RunSynchronousCommand wcm:action="add">
  234. <Order>11</Order>
  235. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  236. </RunSynchronousCommand>
  237. <RunSynchronousCommand wcm:action="add">
  238. <Order>12</Order>
  239. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f</Path>
  240. </RunSynchronousCommand>
  241. <RunSynchronousCommand wcm:action="add">
  242. <Order>13</Order>
  243. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f</Path>
  244. </RunSynchronousCommand>
  245. <RunSynchronousCommand wcm:action="add">
  246. <Order>14</Order>
  247. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f</Path>
  248. </RunSynchronousCommand>
  249. <RunSynchronousCommand wcm:action="add">
  250. <Order>15</Order>
  251. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f</Path>
  252. </RunSynchronousCommand>
  253. <RunSynchronousCommand wcm:action="add">
  254. <Order>16</Order>
  255. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f</Path>
  256. </RunSynchronousCommand>
  257. <RunSynchronousCommand wcm:action="add">
  258. <Order>17</Order>
  259. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f</Path>
  260. </RunSynchronousCommand>
  261. <RunSynchronousCommand wcm:action="add">
  262. <Order>18</Order>
  263. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f</Path>
  264. </RunSynchronousCommand>
  265. <RunSynchronousCommand wcm:action="add">
  266. <Order>19</Order>
  267. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f</Path>
  268. </RunSynchronousCommand>
  269. <RunSynchronousCommand wcm:action="add">
  270. <Order>20</Order>
  271. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f</Path>
  272. </RunSynchronousCommand>
  273. <RunSynchronousCommand wcm:action="add">
  274. <Order>21</Order>
  275. <Path>reg.exe unload "HKU\mount"</Path>
  276. </RunSynchronousCommand>
  277. <RunSynchronousCommand wcm:action="add">
  278. <Order>22</Order>
  279. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 0 /f</Path>
  280. </RunSynchronousCommand>
  281. </RunSynchronous>
  282. </component>
  283. </settings>
  284. <settings pass="auditSystem" />
  285. <settings pass="auditUser" />
  286. <settings pass="oobeSystem">
  287. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  288. <InputLocale>0409:00000409</InputLocale>
  289. <SystemLocale>en-US</SystemLocale>
  290. <UILanguage>en-US</UILanguage>
  291. <UserLocale>en-US</UserLocale>
  292. </component>
  293. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  294. <UserAccounts>
  295. <LocalAccounts>
  296. <LocalAccount wcm:action="add">
  297. <Name>Docker</Name>
  298. <Group>Administrators</Group>
  299. <Password>
  300. <Value />
  301. <PlainText>true</PlainText>
  302. </Password>
  303. </LocalAccount>
  304. </LocalAccounts>
  305. <AdministratorPassword>
  306. <Value>password</Value>
  307. <PlainText>true</PlainText>
  308. </AdministratorPassword>
  309. </UserAccounts>
  310. <AutoLogon>
  311. <Username>Docker</Username>
  312. <Enabled>true</Enabled>
  313. <LogonCount>1</LogonCount>
  314. <Password>
  315. <Value />
  316. <PlainText>true</PlainText>
  317. </Password>
  318. </AutoLogon>
  319. <OOBE>
  320. <HideEULAPage>true</HideEULAPage>
  321. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  322. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  323. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  324. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  325. <NetworkLocation>Other</NetworkLocation>
  326. <ProtectYourPC>3</ProtectYourPC>
  327. <SkipUserOOBE>true</SkipUserOOBE>
  328. <SkipMachineOOBE>true</SkipMachineOOBE>
  329. <VMModeOptimizations>
  330. <SkipWinREInitialization>true</SkipWinREInitialization>
  331. </VMModeOptimizations>
  332. </OOBE>
  333. <RegisteredOrganization>Dockur</RegisteredOrganization>
  334. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  335. <FirstLogonCommands>
  336. <SynchronousCommand wcm:action="add">
  337. <Order>1</Order>
  338. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
  339. <Description>Set AutoLogonCount to 0</Description>
  340. </SynchronousCommand>
  341. <SynchronousCommand wcm:action="add">
  342. <Order>2</Order>
  343. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  344. <Description>Allow RDP login with blank password</Description>
  345. </SynchronousCommand>
  346. <SynchronousCommand wcm:action="add">
  347. <Order>3</Order>
  348. <RequiresUserInput>false</RequiresUserInput>
  349. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  350. <Description>Password Never Expires</Description>
  351. </SynchronousCommand>
  352. <SynchronousCommand wcm:action="add">
  353. <Order>4</Order>
  354. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  355. <Description>Disable Hibernation</Description>
  356. </SynchronousCommand>
  357. <SynchronousCommand wcm:action="add">
  358. <Order>5</Order>
  359. <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
  360. <Description>Install VirtIO drivers</Description>
  361. </SynchronousCommand>
  362. <SynchronousCommand wcm:action="add">
  363. <Order>6</Order>
  364. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  365. <Description>Disable Network Discovery popup</Description>
  366. </SynchronousCommand>
  367. <SynchronousCommand wcm:action="add">
  368. <Order>7</Order>
  369. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 1 /f</CommandLine>
  370. <Description>Disable Network Discovery popup</Description>
  371. </SynchronousCommand>
  372. </FirstLogonCommands>
  373. </component>
  374. </settings>
  375. </unattend>