winvistax64.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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. <WillShowUI>OnError</WillShowUI>
  16. <Disk wcm:action="add">
  17. <DiskID>0</DiskID>
  18. <WillWipeDisk>true</WillWipeDisk>
  19. <CreatePartitions>
  20. <CreatePartition wcm:action="add">
  21. <Order>1</Order>
  22. <Type>Primary</Type>
  23. <Size>100</Size>
  24. </CreatePartition>
  25. <CreatePartition wcm:action="add">
  26. <Order>2</Order>
  27. <Type>Primary</Type>
  28. <Extend>true</Extend>
  29. </CreatePartition>
  30. </CreatePartitions>
  31. <ModifyPartitions>
  32. <ModifyPartition wcm:action="add">
  33. <Format>NTFS</Format>
  34. <Label>System Reserved</Label>
  35. <Order>1</Order>
  36. <Active>true</Active>
  37. <PartitionID>1</PartitionID>
  38. </ModifyPartition>
  39. <ModifyPartition wcm:action="add">
  40. <Active>true</Active>
  41. <Format>NTFS</Format>
  42. <Label>Windows</Label>
  43. <Letter>C</Letter>
  44. <Order>2</Order>
  45. <PartitionID>2</PartitionID>
  46. </ModifyPartition>
  47. </ModifyPartitions>
  48. </Disk>
  49. </DiskConfiguration>
  50. <ImageInstall>
  51. <OSImage>
  52. <InstallFrom>
  53. <MetaData wcm:action="add">
  54. <Value>Windows Vista Ultimate</Value>
  55. <Key>/IMAGE/NAME</Key>
  56. </MetaData>
  57. </InstallFrom>
  58. <InstallTo>
  59. <DiskID>0</DiskID>
  60. <PartitionID>2</PartitionID>
  61. </InstallTo>
  62. <WillShowUI>OnError</WillShowUI>
  63. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  64. </OSImage>
  65. </ImageInstall>
  66. <UserData>
  67. <AcceptEula>true</AcceptEula>
  68. <FullName>Docker</FullName>
  69. <Organization>Windows for Docker</Organization>
  70. <ProductKey>
  71. <Key>VMCB9-FDRV6-6CDQM-RV23K-RP8F7</Key>
  72. </ProductKey>
  73. </UserData>
  74. </component>
  75. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  76. <DriverPaths>
  77. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  78. <Path>D:\viostor\2k8\amd64</Path>
  79. </PathAndCredentials>
  80. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  81. <Path>D:\NetKVM\2k8\amd64</Path>
  82. </PathAndCredentials>
  83. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  84. <Path>D:\vioscsi\2k8\amd64</Path>
  85. </PathAndCredentials>
  86. </DriverPaths>
  87. </component>
  88. </settings>
  89. <settings pass="generalize">
  90. <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  91. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  92. </component>
  93. <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  94. <SkipRearm>1</SkipRearm>
  95. </component>
  96. </settings>
  97. <settings pass="specialize">
  98. <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  99. <SkipAutoActivation>true</SkipAutoActivation>
  100. </component>
  101. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  102. <ComputerName>*</ComputerName>
  103. <ProductKey>VMCB9-FDRV6-6CDQM-RV23K-RP8F7</ProductKey>
  104. <TimeZone>Pacific Standard Time</TimeZone>
  105. <OEMInformation>
  106. <Manufacturer>Dockur</Manufacturer>
  107. <Model>Windows for Docker</Model>
  108. </OEMInformation>
  109. <RegisteredOrganization>Dockur</RegisteredOrganization>
  110. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  111. </component>
  112. <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  113. <DisableSR>1</DisableSR>
  114. </component>
  115. <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  116. <fDenyTSConnections>false</fDenyTSConnections>
  117. </component>
  118. </settings>
  119. <settings pass="oobeSystem">
  120. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  121. <InputLocale>0409:00000409</InputLocale>
  122. <UILanguage>en-US</UILanguage>
  123. <UserLocale>en-US</UserLocale>
  124. </component>
  125. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  126. <Home_Page>about:blank</Home_Page>
  127. </component>
  128. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  129. <CEIPEnabled>0</CEIPEnabled>
  130. </component>
  131. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  132. <UserAccounts>
  133. <LocalAccounts>
  134. <LocalAccount wcm:action="add">
  135. <Name>Docker</Name>
  136. <Group>Administrators</Group>
  137. <Password>
  138. <Value />
  139. <PlainText>true</PlainText>
  140. </Password>
  141. </LocalAccount>
  142. </LocalAccounts>
  143. <AdministratorPassword>
  144. <Value>password</Value>
  145. <PlainText>true</PlainText>
  146. </AdministratorPassword>
  147. </UserAccounts>
  148. <AutoLogon>
  149. <Username>Docker</Username>
  150. <Enabled>true</Enabled>
  151. <LogonCount>65432</LogonCount>
  152. <Password>
  153. <Value />
  154. <PlainText>true</PlainText>
  155. </Password>
  156. </AutoLogon>
  157. <OOBE>
  158. <HideEULAPage>true</HideEULAPage>
  159. <NetworkLocation>Other</NetworkLocation>
  160. <ProtectYourPC>3</ProtectYourPC>
  161. <SkipUserOOBE>true</SkipUserOOBE>
  162. <SkipMachineOOBE>false</SkipMachineOOBE>
  163. </OOBE>
  164. <RegisteredOrganization>Dockur</RegisteredOrganization>
  165. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  166. <FirstLogonCommands>
  167. <SynchronousCommand wcm:action="add">
  168. <Order>1</Order>
  169. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
  170. <Description>Allow guest access to network shares</Description>
  171. </SynchronousCommand>
  172. <SynchronousCommand wcm:action="add">
  173. <Order>2</Order>
  174. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  175. <Description>Allow RDP login with blank password</Description>
  176. </SynchronousCommand>
  177. <SynchronousCommand wcm:action="add">
  178. <Order>3</Order>
  179. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  180. <Description>Password Never Expires</Description>
  181. </SynchronousCommand>
  182. <SynchronousCommand wcm:action="add">
  183. <Order>4</Order>
  184. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  185. <Description>Disable Hibernation</Description>
  186. </SynchronousCommand>
  187. <SynchronousCommand wcm:action="add">
  188. <Order>5</Order>
  189. <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
  190. <Description>Disable monitor blanking</Description>
  191. </SynchronousCommand>
  192. <SynchronousCommand wcm:action="add">
  193. <Order>6</Order>
  194. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  195. <Description>Disable Network Discovery popup</Description>
  196. </SynchronousCommand>
  197. <SynchronousCommand wcm:action="add">
  198. <Order>7</Order>
  199. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f</CommandLine>
  200. <Description>Disable Network Discovery popup</Description>
  201. </SynchronousCommand>
  202. <SynchronousCommand wcm:action="add">
  203. <Order>8</Order>
  204. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f</CommandLine>
  205. <Description>Disable Network Discovery popup</Description>
  206. </SynchronousCommand>
  207. <SynchronousCommand wcm:action="add">
  208. <Order>9</Order>
  209. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
  210. <Description>Disable first-run experience in Edge</Description>
  211. </SynchronousCommand>
  212. <SynchronousCommand wcm:action="add">
  213. <Order>10</Order>
  214. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
  215. <Description>Show file extensions in Explorer</Description>
  216. </SynchronousCommand>
  217. <SynchronousCommand wcm:action="add">
  218. <Order>11</Order>
  219. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f</CommandLine>
  220. <Description>Zero Hibernation File</Description>
  221. </SynchronousCommand>
  222. <SynchronousCommand wcm:action="add">
  223. <Order>12</Order>
  224. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
  225. <Description>Disable Hibernation</Description>
  226. </SynchronousCommand>
  227. <SynchronousCommand wcm:action="add">
  228. <Order>13</Order>
  229. <CommandLine>cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine>
  230. <Description>Disable Sleep</Description>
  231. </SynchronousCommand>
  232. <SynchronousCommand wcm:action="add">
  233. <Order>14</Order>
  234. <CommandLine>netsh.exe advfirewall firewall set rule group="Remote Desktop" new enable=Yes</CommandLine>
  235. <Description>Add RDP in firewall</Description>
  236. </SynchronousCommand>
  237. <SynchronousCommand wcm:action="add">
  238. <Order>15</Order>
  239. <CommandLine>netsh.exe Advfirewall set allprofiles state off</CommandLine>
  240. <Description>Disable firewall</Description>
  241. </SynchronousCommand>
  242. <SynchronousCommand wcm:action="add">
  243. <Order>16</Order>
  244. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</CommandLine>
  245. <Description>Enable RDP</Description>
  246. </SynchronousCommand>
  247. <SynchronousCommand wcm:action="add">
  248. <Order>17</Order>
  249. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f</CommandLine>
  250. <Description>Turn off sidebar</Description>
  251. </SynchronousCommand>
  252. <SynchronousCommand wcm:action="add">
  253. <Order>18</Order>
  254. <CommandLine>reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f</CommandLine>
  255. <Description>Disable screensaver</Description>
  256. </SynchronousCommand>
  257. <SynchronousCommand wcm:action="add">
  258. <Order>19</Order>
  259. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
  260. <Description>Enable RemoteAPP to launch unlisted programs</Description>
  261. </SynchronousCommand>
  262. <SynchronousCommand wcm:action="add">
  263. <Order>20</Order>
  264. <CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
  265. <Description>Execute custom script from the OEM folder if exists</Description>
  266. </SynchronousCommand>
  267. </FirstLogonCommands>
  268. </component>
  269. </settings>
  270. </unattend>