win10x64-enterprise-eval.xml 22 KB

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