win81x64.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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. <!-- System partition (ESP) -->
  20. <CreatePartition wcm:action="add">
  21. <Order>1</Order>
  22. <Type>EFI</Type>
  23. <Size>128</Size>
  24. </CreatePartition>
  25. <!-- Microsoft reserved partition (MSR) -->
  26. <CreatePartition wcm:action="add">
  27. <Order>2</Order>
  28. <Type>MSR</Type>
  29. <Size>128</Size>
  30. </CreatePartition>
  31. <!-- Windows partition -->
  32. <CreatePartition wcm:action="add">
  33. <Order>3</Order>
  34. <Type>Primary</Type>
  35. <Extend>true</Extend>
  36. </CreatePartition>
  37. </CreatePartitions>
  38. <ModifyPartitions>
  39. <!-- System partition (ESP) -->
  40. <ModifyPartition wcm:action="add">
  41. <Order>1</Order>
  42. <PartitionID>1</PartitionID>
  43. <Label>System</Label>
  44. <Format>FAT32</Format>
  45. </ModifyPartition>
  46. <!-- MSR partition does not need to be modified -->
  47. <ModifyPartition wcm:action="add">
  48. <Order>2</Order>
  49. <PartitionID>2</PartitionID>
  50. </ModifyPartition>
  51. <!-- Windows partition -->
  52. <ModifyPartition wcm:action="add">
  53. <Order>3</Order>
  54. <PartitionID>3</PartitionID>
  55. <Label>Windows</Label>
  56. <Letter>C</Letter>
  57. <Format>NTFS</Format>
  58. </ModifyPartition>
  59. </ModifyPartitions>
  60. </Disk>
  61. </DiskConfiguration>
  62. <ImageInstall>
  63. <OSImage>
  64. <InstallFrom>
  65. <MetaData wcm:action="add">
  66. <Value>Windows 8.1 Pro</Value>
  67. <Key>/IMAGE/NAME</Key>
  68. </MetaData>
  69. </InstallFrom>
  70. <InstallTo>
  71. <DiskID>0</DiskID>
  72. <PartitionID>3</PartitionID>
  73. </InstallTo>
  74. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  75. </OSImage>
  76. </ImageInstall>
  77. <DynamicUpdate>
  78. <Enable>true</Enable>
  79. <WillShowUI>Never</WillShowUI>
  80. </DynamicUpdate>
  81. <UpgradeData>
  82. <Upgrade>false</Upgrade>
  83. <WillShowUI>Never</WillShowUI>
  84. </UpgradeData>
  85. <UserData>
  86. <AcceptEula>true</AcceptEula>
  87. <FullName>Docker</FullName>
  88. <Organization>Windows for Docker</Organization>
  89. <ProductKey>
  90. <Key>GCRJD-8NW9H-F2CDX-CCM8D-9D6T9</Key>
  91. <WillShowUI>OnError</WillShowUI>
  92. </ProductKey>
  93. </UserData>
  94. <EnableFirewall>false</EnableFirewall>
  95. <Diagnostics>
  96. <OptIn>false</OptIn>
  97. </Diagnostics>
  98. </component>
  99. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  100. <DriverPaths>
  101. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  102. <Path>D:\viostor\w10\amd64</Path>
  103. </PathAndCredentials>
  104. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  105. <Path>D:\NetKVM\w10\amd64</Path>
  106. </PathAndCredentials>
  107. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  108. <Path>D:\Balloon\w10\amd64</Path>
  109. </PathAndCredentials>
  110. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  111. <Path>D:\pvpanic\w10\amd64</Path>
  112. </PathAndCredentials>
  113. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  114. <Path>D:\qemupciserial\w10\amd64</Path>
  115. </PathAndCredentials>
  116. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  117. <Path>D:\qxldod\w10\amd64</Path>
  118. </PathAndCredentials>
  119. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  120. <Path>D:\vioinput\w10\amd64</Path>
  121. </PathAndCredentials>
  122. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  123. <Path>D:\viorng\w10\amd64</Path>
  124. </PathAndCredentials>
  125. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  126. <Path>D:\vioscsi\w10\amd64</Path>
  127. </PathAndCredentials>
  128. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  129. <Path>D:\vioserial\w10\amd64</Path>
  130. </PathAndCredentials>
  131. <PathAndCredentials wcm:action="add" wcm:keyValue="11">
  132. <Path>D:\viogpudo\w10\amd64</Path>
  133. </PathAndCredentials>
  134. <PathAndCredentials wcm:action="add" wcm:keyValue="12">
  135. <Path>D:\sriov\w10\amd64</Path>
  136. </PathAndCredentials>
  137. <PathAndCredentials wcm:action="add" wcm:keyValue="13">
  138. <Path>D:\viofs\w10\amd64</Path>
  139. </PathAndCredentials>
  140. </DriverPaths>
  141. </component>
  142. </settings>
  143. <settings pass="offlineServicing">
  144. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  145. <EnableLUA>false</EnableLUA>
  146. </component>
  147. </settings>
  148. <settings pass="generalize">
  149. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  150. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  151. </component>
  152. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  153. <SkipRearm>1</SkipRearm>
  154. </component>
  155. </settings>
  156. <settings pass="specialize">
  157. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  158. <SkipAutoActivation>true</SkipAutoActivation>
  159. </component>
  160. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  161. <ComputerName>*</ComputerName>
  162. <OEMInformation>
  163. <Manufacturer>Dockur</Manufacturer>
  164. <Model>Windows for Docker</Model>
  165. </OEMInformation>
  166. <OEMName>Windows for Docker</OEMName>
  167. </component>
  168. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  169. <DisableWER>1</DisableWER>
  170. </component>
  171. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  172. <DisableAccelerators>true</DisableAccelerators>
  173. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  174. <Home_Page>https://google.com</Home_Page>
  175. <Help_Page>about:blank</Help_Page>
  176. </component>
  177. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  178. <DisableAccelerators>true</DisableAccelerators>
  179. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  180. <Home_Page>https://google.com</Home_Page>
  181. <Help_Page>about:blank</Help_Page>
  182. </component>
  183. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  184. <CEIPEnabled>0</CEIPEnabled>
  185. </component>
  186. <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  187. <DisableSR>1</DisableSR>
  188. </component>
  189. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  190. <InputLocale>0409:00000409</InputLocale>
  191. <SystemLocale>en-US</SystemLocale>
  192. <UILanguage>en-US</UILanguage>
  193. <UserLocale>en-US</UserLocale>
  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\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork" /v Category /t REG_DWORD /d 1 /f</Path>
  200. <Description>Set Network Location to Home</Description>
  201. </RunSynchronousCommand>
  202. </RunSynchronous>
  203. </component>
  204. <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  205. <fDenyTSConnections>false</fDenyTSConnections>
  206. </component>
  207. <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  208. <UserAuthentication>0</UserAuthentication>
  209. </component>
  210. <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  211. <FirewallGroups>
  212. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  213. <Active>true</Active>
  214. <Profile>all</Profile>
  215. <Group>@FirewallAPI.dll,-28752</Group>
  216. </FirewallGroup>
  217. </FirewallGroups>
  218. </component>
  219. </settings>
  220. <settings pass="oobeSystem">
  221. <component name="Microsoft-Windows-SecureStartup-FilterDriver" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  222. <PreventDeviceEncryption>true</PreventDeviceEncryption>
  223. </component>
  224. <component name="Microsoft-Windows-EnhancedStorage-Adm" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  225. <TCGSecurityActivationDisabled>1</TCGSecurityActivationDisabled>
  226. </component>
  227. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  228. <UserAccounts>
  229. <LocalAccounts>
  230. <LocalAccount wcm:action="add">
  231. <Name>Docker</Name>
  232. <Group>Administrators</Group>
  233. <Password>
  234. <Value />
  235. <PlainText>true</PlainText>
  236. </Password>
  237. </LocalAccount>
  238. </LocalAccounts>
  239. <AdministratorPassword>
  240. <Value>password</Value>
  241. <PlainText>true</PlainText>
  242. </AdministratorPassword>
  243. </UserAccounts>
  244. <AutoLogon>
  245. <Username>Docker</Username>
  246. <Enabled>true</Enabled>
  247. <LogonCount>65432</LogonCount>
  248. <Password>
  249. <Value />
  250. <PlainText>true</PlainText>
  251. </Password>
  252. </AutoLogon>
  253. <Display>
  254. <ColorDepth>32</ColorDepth>
  255. <HorizontalResolution>1920</HorizontalResolution>
  256. <VerticalResolution>1080</VerticalResolution>
  257. </Display>
  258. <OOBE>
  259. <HideEULAPage>true</HideEULAPage>
  260. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  261. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  262. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  263. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  264. <NetworkLocation>Home</NetworkLocation>
  265. <ProtectYourPC>3</ProtectYourPC>
  266. <SkipUserOOBE>true</SkipUserOOBE>
  267. <SkipMachineOOBE>true</SkipMachineOOBE>
  268. </OOBE>
  269. <RegisteredOrganization>Dockur</RegisteredOrganization>
  270. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  271. <FirstLogonCommands>
  272. <SynchronousCommand wcm:action="add">
  273. <Order>1</Order>
  274. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
  275. <Description>Allow guest access to network shares</Description>
  276. </SynchronousCommand>
  277. <SynchronousCommand wcm:action="add">
  278. <Order>2</Order>
  279. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  280. <Description>Allow RDP login with blank password</Description>
  281. </SynchronousCommand>
  282. <SynchronousCommand wcm:action="add">
  283. <Order>3</Order>
  284. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f</CommandLine>
  285. <Description>Enable option for passwordless sign-in</Description>
  286. </SynchronousCommand>
  287. <SynchronousCommand wcm:action="add">
  288. <Order>4</Order>
  289. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  290. <Description>Password Never Expires</Description>
  291. </SynchronousCommand>
  292. <SynchronousCommand wcm:action="add">
  293. <Order>5</Order>
  294. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  295. <Description>Disable Hibernation</Description>
  296. </SynchronousCommand>
  297. <SynchronousCommand wcm:action="add">
  298. <Order>6</Order>
  299. <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
  300. <Description>Disable monitor blanking</Description>
  301. </SynchronousCommand>
  302. <SynchronousCommand wcm:action="add">
  303. <Order>7</Order>
  304. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
  305. <Description>Disable first-run experience in Edge</Description>
  306. </SynchronousCommand>
  307. <SynchronousCommand wcm:action="add">
  308. <Order>8</Order>
  309. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
  310. <Description>Show file extensions in Explorer</Description>
  311. </SynchronousCommand>
  312. <SynchronousCommand wcm:action="add">
  313. <Order>9</Order>
  314. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f</CommandLine>
  315. <Description>Zero Hibernation File</Description>
  316. </SynchronousCommand>
  317. <SynchronousCommand wcm:action="add">
  318. <Order>10</Order>
  319. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
  320. <Description>Disable Hibernation</Description>
  321. </SynchronousCommand>
  322. <SynchronousCommand wcm:action="add">
  323. <Order>11</Order>
  324. <CommandLine>cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine>
  325. <Description>Disable Sleep</Description>
  326. </SynchronousCommand>
  327. <SynchronousCommand wcm:action="add">
  328. <Order>12</Order>
  329. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
  330. <Description>Enable RemoteAPP to launch unlisted programs</Description>
  331. </SynchronousCommand>
  332. <SynchronousCommand wcm:action="add">
  333. <Order>13</Order>
  334. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f</CommandLine>
  335. <Description>Turn off Windows Update auto download</Description>
  336. </SynchronousCommand>
  337. <SynchronousCommand wcm:action="add">
  338. <Order>14</Order>
  339. <CommandLine>netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes</CommandLine>
  340. <Description>Enable Network Discovery</Description>
  341. </SynchronousCommand>
  342. <SynchronousCommand wcm:action="add">
  343. <Order>15</Order>
  344. <CommandLine>netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes</CommandLine>
  345. <Description>Enable File Sharing</Description>
  346. </SynchronousCommand>
  347. <SynchronousCommand wcm:action="add">
  348. <Order>16</Order>
  349. <CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
  350. <Description>Execute custom script from the OEM folder if exists</Description>
  351. </SynchronousCommand>
  352. </FirstLogonCommands>
  353. </component>
  354. </settings>
  355. </unattend>