win81x64.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <?xml version="1.0"?>
  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. <Value>Windows 8.1 Pro</Value>
  81. <Key>/IMAGE/NAME</Key>
  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. <Key>GCRJD-8NW9H-F2CDX-CCM8D-9D6T9</Key>
  105. <WillShowUI>OnError</WillShowUI>
  106. </ProductKey>
  107. </UserData>
  108. <EnableFirewall>false</EnableFirewall>
  109. <Diagnostics>
  110. <OptIn>false</OptIn>
  111. </Diagnostics>
  112. </component>
  113. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  114. <DriverPaths>
  115. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  116. <Path>D:\viostor\w10\amd64</Path>
  117. </PathAndCredentials>
  118. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  119. <Path>D:\NetKVM\w8.1\amd64</Path>
  120. </PathAndCredentials>
  121. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  122. <Path>D:\Balloon\w8.1\amd64</Path>
  123. </PathAndCredentials>
  124. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  125. <Path>D:\pvpanic\w8.1\amd64</Path>
  126. </PathAndCredentials>
  127. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  128. <Path>D:\qemupciserial\w8.1\amd64</Path>
  129. </PathAndCredentials>
  130. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  131. <Path>D:\qxldod\w8.1\amd64</Path>
  132. </PathAndCredentials>
  133. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  134. <Path>D:\vioinput\w8.1\amd64</Path>
  135. </PathAndCredentials>
  136. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  137. <Path>D:\viorng\w8.1\amd64</Path>
  138. </PathAndCredentials>
  139. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  140. <Path>D:\vioscsi\w10\amd64</Path>
  141. </PathAndCredentials>
  142. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  143. <Path>D:\vioserial\w8.1\amd64</Path>
  144. </PathAndCredentials>
  145. </DriverPaths>
  146. </component>
  147. </settings>
  148. <settings pass="offlineServicing">
  149. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  150. <EnableLUA>false</EnableLUA>
  151. </component>
  152. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  153. <ComputerName>*</ComputerName>
  154. </component>
  155. </settings>
  156. <settings pass="generalize">
  157. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  158. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  159. </component>
  160. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  161. <SkipRearm>1</SkipRearm>
  162. </component>
  163. </settings>
  164. <settings pass="specialize">
  165. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  166. <SkipAutoActivation>true</SkipAutoActivation>
  167. </component>
  168. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  169. <ComputerName>*</ComputerName>
  170. <OEMInformation>
  171. <Manufacturer>Dockur</Manufacturer>
  172. <Model>Windows for Docker</Model>
  173. <SupportHours>24/7</SupportHours>
  174. <SupportPhone></SupportPhone>
  175. <SupportProvider>Dockur</SupportProvider>
  176. <SupportURL>https://github.com/dockur/windows/issues</SupportURL>
  177. </OEMInformation>
  178. <OEMName>Windows for Docker</OEMName>
  179. </component>
  180. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  181. <CEIPEnabled>0</CEIPEnabled>
  182. </component>
  183. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  184. <InputLocale>0409:00000409</InputLocale>
  185. <SystemLocale>en-US</SystemLocale>
  186. <UILanguage>en-US</UILanguage>
  187. <UserLocale>en-US</UserLocale>
  188. </component>
  189. </settings>
  190. <settings pass="oobeSystem">
  191. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  192. <UserAccounts>
  193. <LocalAccounts>
  194. <LocalAccount wcm:action="add">
  195. <Name>Docker</Name>
  196. <Group>Administrators</Group>
  197. <Password>
  198. <Value/>
  199. <PlainText>true</PlainText>
  200. </Password>
  201. </LocalAccount>
  202. </LocalAccounts>
  203. <AdministratorPassword>
  204. <Value>password</Value>
  205. <PlainText>true</PlainText>
  206. </AdministratorPassword>
  207. </UserAccounts>
  208. <AutoLogon>
  209. <Username>Docker</Username>
  210. <Enabled>true</Enabled>
  211. <LogonCount>1</LogonCount>
  212. <Password>
  213. <Value/>
  214. <PlainText>true</PlainText>
  215. </Password>
  216. </AutoLogon>
  217. <OOBE>
  218. <HideEULAPage>true</HideEULAPage>
  219. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  220. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  221. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  222. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  223. <NetworkLocation>Home</NetworkLocation>
  224. <ProtectYourPC>3</ProtectYourPC>
  225. <SkipUserOOBE>true</SkipUserOOBE>
  226. <SkipMachineOOBE>true</SkipMachineOOBE>
  227. <VMModeOptimizations>
  228. <SkipWinREInitialization>true</SkipWinREInitialization>
  229. </VMModeOptimizations>
  230. </OOBE>
  231. <RegisteredOrganization>Dockur</RegisteredOrganization>
  232. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  233. <FirstLogonCommands>
  234. <SynchronousCommand wcm:action="add">
  235. <Order>1</Order>
  236. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
  237. <Description>Set AutoLogonCount to 0</Description>
  238. </SynchronousCommand>
  239. <SynchronousCommand wcm:action="add">
  240. <Order>2</Order>
  241. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  242. <Description>Allow RDP login with blank password</Description>
  243. </SynchronousCommand>
  244. <SynchronousCommand wcm:action="add">
  245. <Order>3</Order>
  246. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  247. <Description>Disable Hibernation</Description>
  248. </SynchronousCommand>
  249. <SynchronousCommand wcm:action="add">
  250. <Order>4</Order>
  251. <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
  252. <Description>Install VirtIO drivers</Description>
  253. </SynchronousCommand>
  254. </FirstLogonCommands>
  255. </component>
  256. </settings>
  257. </unattend>