win11x64-enterprise-eval.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  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. <InstallTo>
  65. <DiskID>0</DiskID>
  66. <PartitionID>3</PartitionID>
  67. </InstallTo>
  68. <InstallToAvailablePartition>false</InstallToAvailablePartition>
  69. </OSImage>
  70. </ImageInstall>
  71. <DynamicUpdate>
  72. <Enable>true</Enable>
  73. <WillShowUI>Never</WillShowUI>
  74. </DynamicUpdate>
  75. <UpgradeData>
  76. <Upgrade>false</Upgrade>
  77. <WillShowUI>Never</WillShowUI>
  78. </UpgradeData>
  79. <UserData>
  80. <AcceptEula>true</AcceptEula>
  81. <FullName>Docker</FullName>
  82. <Organization>Windows for Docker</Organization>
  83. <ProductKey />
  84. </UserData>
  85. <EnableFirewall>false</EnableFirewall>
  86. <Diagnostics>
  87. <OptIn>false</OptIn>
  88. </Diagnostics>
  89. <RunSynchronous>
  90. <RunSynchronousCommand wcm:action="add">
  91. <Order>1</Order>
  92. <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassTPMCheck /t REG_DWORD /d 1 /f</Path>
  93. </RunSynchronousCommand>
  94. <RunSynchronousCommand wcm:action="add">
  95. <Order>2</Order>
  96. <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassSecureBootCheck /t REG_DWORD /d 1 /f</Path>
  97. </RunSynchronousCommand>
  98. <RunSynchronousCommand wcm:action="add">
  99. <Order>3</Order>
  100. <Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v BypassRAMCheck /t REG_DWORD /d 1 /f</Path>
  101. </RunSynchronousCommand>
  102. <RunSynchronousCommand wcm:action="add">
  103. <Order>4</Order>
  104. <Path>reg.exe add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f</Path>
  105. </RunSynchronousCommand>
  106. </RunSynchronous>
  107. </component>
  108. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  109. <DriverPaths>
  110. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  111. <Path>D:\viostor\w11\amd64</Path>
  112. </PathAndCredentials>
  113. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  114. <Path>D:\NetKVM\w11\amd64</Path>
  115. </PathAndCredentials>
  116. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  117. <Path>D:\Balloon\w11\amd64</Path>
  118. </PathAndCredentials>
  119. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  120. <Path>D:\pvpanic\w11\amd64</Path>
  121. </PathAndCredentials>
  122. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  123. <Path>D:\qemupciserial\w11\amd64</Path>
  124. </PathAndCredentials>
  125. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  126. <Path>D:\qxldod\w11\amd64</Path>
  127. </PathAndCredentials>
  128. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  129. <Path>D:\vioinput\w11\amd64</Path>
  130. </PathAndCredentials>
  131. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  132. <Path>D:\viorng\w11\amd64</Path>
  133. </PathAndCredentials>
  134. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  135. <Path>D:\vioscsi\w11\amd64</Path>
  136. </PathAndCredentials>
  137. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  138. <Path>D:\vioserial\w11\amd64</Path>
  139. </PathAndCredentials>
  140. <PathAndCredentials wcm:action="add" wcm:keyValue="11">
  141. <Path>D:\viogpudo\w11\amd64</Path>
  142. </PathAndCredentials>
  143. <PathAndCredentials wcm:action="add" wcm:keyValue="12">
  144. <Path>D:\sriov\w11\amd64</Path>
  145. </PathAndCredentials>
  146. <PathAndCredentials wcm:action="add" wcm:keyValue="13">
  147. <Path>D:\viofs\w11\amd64</Path>
  148. </PathAndCredentials>
  149. </DriverPaths>
  150. </component>
  151. </settings>
  152. <settings pass="offlineServicing">
  153. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  154. <EnableLUA>false</EnableLUA>
  155. </component>
  156. </settings>
  157. <settings pass="generalize">
  158. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  159. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  160. </component>
  161. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  162. <SkipRearm>1</SkipRearm>
  163. </component>
  164. </settings>
  165. <settings pass="specialize">
  166. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  167. <SkipAutoActivation>true</SkipAutoActivation>
  168. </component>
  169. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  170. <ComputerName>*</ComputerName>
  171. <OEMInformation>
  172. <Manufacturer>Dockur</Manufacturer>
  173. <Model>Windows for Docker</Model>
  174. <SupportHours>24/7</SupportHours>
  175. <SupportPhone />
  176. <SupportProvider>Dockur</SupportProvider>
  177. <SupportURL>https://github.com/dockur/windows/issues</SupportURL>
  178. </OEMInformation>
  179. <OEMName>Windows for Docker</OEMName>
  180. </component>
  181. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  182. <DisableWER>1</DisableWER>
  183. </component>
  184. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  185. <DisableAccelerators>true</DisableAccelerators>
  186. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  187. <Home_Page>https://google.com</Home_Page>
  188. <Help_Page>about:blank</Help_Page>
  189. </component>
  190. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  191. <DisableAccelerators>true</DisableAccelerators>
  192. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  193. <Home_Page>https://google.com</Home_Page>
  194. <Help_Page>about:blank</Help_Page>
  195. </component>
  196. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  197. <CEIPEnabled>0</CEIPEnabled>
  198. </component>
  199. <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  200. <DisableSR>1</DisableSR>
  201. </component>
  202. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  203. <InputLocale>0409:00000409</InputLocale>
  204. <SystemLocale>en-US</SystemLocale>
  205. <UILanguage>en-US</UILanguage>
  206. <UserLocale>en-US</UserLocale>
  207. </component>
  208. <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  209. <RunSynchronous>
  210. <RunSynchronousCommand wcm:action="add">
  211. <Order>1</Order>
  212. <Path>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f</Path>
  213. </RunSynchronousCommand>
  214. <RunSynchronousCommand wcm:action="add">
  215. <Order>2</Order>
  216. <Path>reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"</Path>
  217. </RunSynchronousCommand>
  218. <RunSynchronousCommand wcm:action="add">
  219. <Order>3</Order>
  220. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f</Path>
  221. </RunSynchronousCommand>
  222. <RunSynchronousCommand wcm:action="add">
  223. <Order>4</Order>
  224. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f</Path>
  225. </RunSynchronousCommand>
  226. <RunSynchronousCommand wcm:action="add">
  227. <Order>5</Order>
  228. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  229. </RunSynchronousCommand>
  230. <RunSynchronousCommand wcm:action="add">
  231. <Order>6</Order>
  232. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  233. </RunSynchronousCommand>
  234. <RunSynchronousCommand wcm:action="add">
  235. <Order>7</Order>
  236. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f</Path>
  237. </RunSynchronousCommand>
  238. <RunSynchronousCommand wcm:action="add">
  239. <Order>8</Order>
  240. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  241. </RunSynchronousCommand>
  242. <RunSynchronousCommand wcm:action="add">
  243. <Order>9</Order>
  244. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f</Path>
  245. </RunSynchronousCommand>
  246. <RunSynchronousCommand wcm:action="add">
  247. <Order>10</Order>
  248. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f</Path>
  249. </RunSynchronousCommand>
  250. <RunSynchronousCommand wcm:action="add">
  251. <Order>11</Order>
  252. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f</Path>
  253. </RunSynchronousCommand>
  254. <RunSynchronousCommand wcm:action="add">
  255. <Order>12</Order>
  256. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f</Path>
  257. </RunSynchronousCommand>
  258. <RunSynchronousCommand wcm:action="add">
  259. <Order>13</Order>
  260. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f</Path>
  261. </RunSynchronousCommand>
  262. <RunSynchronousCommand wcm:action="add">
  263. <Order>14</Order>
  264. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f</Path>
  265. </RunSynchronousCommand>
  266. <RunSynchronousCommand wcm:action="add">
  267. <Order>15</Order>
  268. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f</Path>
  269. </RunSynchronousCommand>
  270. <RunSynchronousCommand wcm:action="add">
  271. <Order>16</Order>
  272. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f</Path>
  273. </RunSynchronousCommand>
  274. <RunSynchronousCommand wcm:action="add">
  275. <Order>17</Order>
  276. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f</Path>
  277. </RunSynchronousCommand>
  278. <RunSynchronousCommand wcm:action="add">
  279. <Order>18</Order>
  280. <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f</Path>
  281. </RunSynchronousCommand>
  282. <RunSynchronousCommand wcm:action="add">
  283. <Order>19</Order>
  284. <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f</Path>
  285. </RunSynchronousCommand>
  286. <RunSynchronousCommand wcm:action="add">
  287. <Order>20</Order>
  288. <Path>reg.exe add "HKU\mount\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f</Path>
  289. </RunSynchronousCommand>
  290. <RunSynchronousCommand wcm:action="add">
  291. <Order>21</Order>
  292. <Path>reg.exe unload "HKU\mount"</Path>
  293. </RunSynchronousCommand>
  294. <RunSynchronousCommand wcm:action="add">
  295. <Order>22</Order>
  296. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableCloudOptimizedContent" /t REG_DWORD /d 1 /f</Path>
  297. </RunSynchronousCommand>
  298. <RunSynchronousCommand wcm:action="add">
  299. <Order>23</Order>
  300. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 1 /f</Path>
  301. </RunSynchronousCommand>
  302. <RunSynchronousCommand wcm:action="add">
  303. <Order>24</Order>
  304. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableConsumerAccountStateContent" /t REG_DWORD /d 1 /f</Path>
  305. </RunSynchronousCommand>
  306. </RunSynchronous>
  307. </component>
  308. <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  309. <fDenyTSConnections>false</fDenyTSConnections>
  310. </component>
  311. <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  312. <UserAuthentication>0</UserAuthentication>
  313. </component>
  314. <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  315. <FirewallGroups>
  316. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  317. <Active>true</Active>
  318. <Group>Remote Desktop</Group>
  319. <Profile>all</Profile>
  320. </FirewallGroup>
  321. </FirewallGroups>
  322. </component>
  323. </settings>
  324. <settings pass="auditSystem" />
  325. <settings pass="auditUser" />
  326. <settings pass="oobeSystem">
  327. <component name="Microsoft-Windows-SecureStartup-FilterDriver" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  328. <PreventDeviceEncryption>true</PreventDeviceEncryption>
  329. </component>
  330. <component name="Microsoft-Windows-EnhancedStorage-Adm" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  331. <TCGSecurityActivationDisabled>1</TCGSecurityActivationDisabled>
  332. </component>
  333. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  334. <UserAccounts>
  335. <LocalAccounts>
  336. <LocalAccount wcm:action="add">
  337. <Name>Docker</Name>
  338. <Group>Administrators</Group>
  339. <Password>
  340. <Value />
  341. <PlainText>true</PlainText>
  342. </Password>
  343. </LocalAccount>
  344. </LocalAccounts>
  345. <AdministratorPassword>
  346. <Value>password</Value>
  347. <PlainText>true</PlainText>
  348. </AdministratorPassword>
  349. </UserAccounts>
  350. <AutoLogon>
  351. <Username>Docker</Username>
  352. <Enabled>true</Enabled>
  353. <LogonCount>65432</LogonCount>
  354. <Password>
  355. <Value />
  356. <PlainText>true</PlainText>
  357. </Password>
  358. </AutoLogon>
  359. <OOBE>
  360. <HideEULAPage>true</HideEULAPage>
  361. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  362. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  363. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  364. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  365. <NetworkLocation>Other</NetworkLocation>
  366. <ProtectYourPC>3</ProtectYourPC>
  367. <SkipUserOOBE>true</SkipUserOOBE>
  368. <SkipMachineOOBE>true</SkipMachineOOBE>
  369. </OOBE>
  370. <RegisteredOrganization>Dockur</RegisteredOrganization>
  371. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  372. <FirstLogonCommands>
  373. <SynchronousCommand wcm:action="add">
  374. <Order>1</Order>
  375. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
  376. <Description>Allow guest access to network shares</Description>
  377. </SynchronousCommand>
  378. <SynchronousCommand wcm:action="add">
  379. <Order>2</Order>
  380. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  381. <Description>Allow RDP login with blank password</Description>
  382. </SynchronousCommand>
  383. <SynchronousCommand wcm:action="add">
  384. <Order>3</Order>
  385. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f</CommandLine>
  386. <Description>Enable option for passwordless sign-in</Description>
  387. </SynchronousCommand>
  388. <SynchronousCommand wcm:action="add">
  389. <Order>4</Order>
  390. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  391. <Description>Password Never Expires</Description>
  392. </SynchronousCommand>
  393. <SynchronousCommand wcm:action="add">
  394. <Order>5</Order>
  395. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  396. <Description>Disable Hibernation</Description>
  397. </SynchronousCommand>
  398. <SynchronousCommand wcm:action="add">
  399. <Order>6</Order>
  400. <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
  401. <Description>Disable monitor blanking</Description>
  402. </SynchronousCommand>
  403. <SynchronousCommand wcm:action="add">
  404. <Order>7</Order>
  405. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  406. <Description>Disable Network Discovery popup</Description>
  407. </SynchronousCommand>
  408. <SynchronousCommand wcm:action="add">
  409. <Order>8</Order>
  410. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f</CommandLine>
  411. <Description>Disable Network Discovery popup</Description>
  412. </SynchronousCommand>
  413. <SynchronousCommand wcm:action="add">
  414. <Order>9</Order>
  415. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
  416. <Description>Disable first-run experience in Edge</Description>
  417. </SynchronousCommand>
  418. <SynchronousCommand wcm:action="add">
  419. <Order>10</Order>
  420. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
  421. <Description>Show file extensions in Explorer</Description>
  422. </SynchronousCommand>
  423. <SynchronousCommand wcm:action="add">
  424. <Order>11</Order>
  425. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f</CommandLine>
  426. <Description>Zero Hibernation File</Description>
  427. </SynchronousCommand>
  428. <SynchronousCommand wcm:action="add">
  429. <Order>12</Order>
  430. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
  431. <Description>Disable Hibernation</Description>
  432. </SynchronousCommand>
  433. <SynchronousCommand wcm:action="add">
  434. <Order>13</Order>
  435. <CommandLine>cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine>
  436. <Description>Disable Sleep</Description>
  437. </SynchronousCommand>
  438. <SynchronousCommand wcm:action="add">
  439. <Order>14</Order>
  440. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
  441. <Description>Enable RemoteAPP to launch unlisted programs</Description>
  442. </SynchronousCommand>
  443. <SynchronousCommand wcm:action="add">
  444. <Order>15</Order>
  445. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Cortana" /v "IsAvailable" /t REG_DWORD /d 0 /f</CommandLine>
  446. <Description>Disable Cortana</Description>
  447. </SynchronousCommand>
  448. <SynchronousCommand wcm:action="add">
  449. <Order>16</Order>
  450. <CommandLine>reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f</CommandLine>
  451. <Description>Disable Cortana in search</Description>
  452. </SynchronousCommand>
  453. <SynchronousCommand wcm:action="add">
  454. <Order>17</Order>
  455. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f</CommandLine>
  456. <Description>Remove Search from the Taskbar</Description>
  457. </SynchronousCommand>
  458. <SynchronousCommand wcm:action="add">
  459. <Order>18</Order>
  460. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f</CommandLine>
  461. <Description>Remove Task View from the Taskbar</Description>
  462. </SynchronousCommand>
  463. <SynchronousCommand wcm:action="add">
  464. <Order>19</Order>
  465. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f</CommandLine>
  466. <Description>Remove Widgets from the Taskbar</Description>
  467. </SynchronousCommand>
  468. <SynchronousCommand wcm:action="add">
  469. <Order>20</Order>
  470. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f</CommandLine>
  471. <Description>Remove Chat from the Taskbar</Description>
  472. </SynchronousCommand>
  473. <SynchronousCommand wcm:action="add">
  474. <Order>21</Order>
  475. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f</CommandLine>
  476. <Description>Disable Widgets</Description>
  477. </SynchronousCommand>
  478. <SynchronousCommand wcm:action="add">
  479. <Order>22</Order>
  480. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f</CommandLine>
  481. <Description>Disable search box in the taskbar</Description>
  482. </SynchronousCommand>
  483. <SynchronousCommand wcm:action="add">
  484. <Order>23</Order>
  485. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f</CommandLine>
  486. <Description>Turn off Windows Update auto download</Description>
  487. </SynchronousCommand>
  488. <SynchronousCommand wcm:action="add">
  489. <Order>24</Order>
  490. <CommandLine>netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes</CommandLine>
  491. <Description>Enable Network Discovery and File Sharing</Description>
  492. </SynchronousCommand>
  493. <SynchronousCommand wcm:action="add">
  494. <Order>25</Order>
  495. <CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f</CommandLine>
  496. <Description>Disable unsupported hardware notifications</Description>
  497. </SynchronousCommand>
  498. <SynchronousCommand wcm:action="add">
  499. <Order>26</Order>
  500. <CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f</CommandLine>
  501. <Description>Disable unsupported hardware notifications</Description>
  502. </SynchronousCommand>
  503. </FirstLogonCommands>
  504. </component>
  505. </settings>
  506. </unattend>