win10x64-ltsc.xml 23 KB

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