1
0

win81x64.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. <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. </OEMInformation>
  174. <OEMName>Windows for Docker</OEMName>
  175. </component>
  176. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  177. <DisableWER>1</DisableWER>
  178. </component>
  179. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  180. <DisableAccelerators>true</DisableAccelerators>
  181. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  182. <Home_Page>about:blank</Home_Page>
  183. <Help_Page>about:blank</Help_Page>
  184. </component>
  185. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  186. <DisableAccelerators>true</DisableAccelerators>
  187. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  188. <Home_Page>about:blank</Home_Page>
  189. <Help_Page>about:blank</Help_Page>
  190. </component>
  191. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  192. <CEIPEnabled>0</CEIPEnabled>
  193. </component>
  194. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  195. <InputLocale>0409:00000409</InputLocale>
  196. <SystemLocale>en-US</SystemLocale>
  197. <UILanguage>en-US</UILanguage>
  198. <UserLocale>en-US</UserLocale>
  199. </component>
  200. </settings>
  201. <settings pass="oobeSystem">
  202. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  203. <UserAccounts>
  204. <LocalAccounts>
  205. <LocalAccount wcm:action="add">
  206. <Name>Docker</Name>
  207. <Group>Administrators</Group>
  208. <Password>
  209. <Value />
  210. <PlainText>true</PlainText>
  211. </Password>
  212. </LocalAccount>
  213. </LocalAccounts>
  214. <AdministratorPassword>
  215. <Value>password</Value>
  216. <PlainText>true</PlainText>
  217. </AdministratorPassword>
  218. </UserAccounts>
  219. <AutoLogon>
  220. <Username>Docker</Username>
  221. <Enabled>true</Enabled>
  222. <LogonCount>1</LogonCount>
  223. <Password>
  224. <Value />
  225. <PlainText>true</PlainText>
  226. </Password>
  227. </AutoLogon>
  228. <OOBE>
  229. <HideEULAPage>true</HideEULAPage>
  230. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  231. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  232. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  233. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  234. <NetworkLocation>Other</NetworkLocation>
  235. <ProtectYourPC>3</ProtectYourPC>
  236. <SkipUserOOBE>true</SkipUserOOBE>
  237. <SkipMachineOOBE>true</SkipMachineOOBE>
  238. </OOBE>
  239. <RegisteredOrganization>Dockur</RegisteredOrganization>
  240. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  241. <FirstLogonCommands>
  242. <SynchronousCommand wcm:action="add">
  243. <Order>1</Order>
  244. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
  245. <Description>Set AutoLogonCount to 0</Description>
  246. </SynchronousCommand>
  247. <SynchronousCommand wcm:action="add">
  248. <Order>2</Order>
  249. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  250. <Description>Allow RDP login with blank password</Description>
  251. </SynchronousCommand>
  252. <SynchronousCommand wcm:action="add">
  253. <Order>3</Order>
  254. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  255. <Description>Disable Hibernation</Description>
  256. </SynchronousCommand>
  257. <SynchronousCommand wcm:action="add">
  258. <Order>4</Order>
  259. <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
  260. <Description>Install VirtIO drivers</Description>
  261. </SynchronousCommand>
  262. <SynchronousCommand wcm:action="add">
  263. <Order>5</Order>
  264. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  265. <Description>Disable Network Discovery popup</Description>
  266. </SynchronousCommand>
  267. <SynchronousCommand wcm:action="add">
  268. <Order>6</Order>
  269. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 1 /f</CommandLine>
  270. <Description>Disable Network Discovery popup</Description>
  271. </SynchronousCommand>
  272. </FirstLogonCommands>
  273. </component>
  274. </settings>
  275. </unattend>