winvistax86-ultimate.xml 13 KB

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