win10x64-enterprise-eval.xml 25 KB

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