win10x64-ltsc.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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. <ProductKey />
  90. </UserData>
  91. <EnableFirewall>false</EnableFirewall>
  92. <Diagnostics>
  93. <OptIn>false</OptIn>
  94. </Diagnostics>
  95. </component>
  96. <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  97. <DriverPaths>
  98. <PathAndCredentials wcm:action="add" wcm:keyValue="1">
  99. <Path>D:\viostor\w10\amd64</Path>
  100. </PathAndCredentials>
  101. <PathAndCredentials wcm:action="add" wcm:keyValue="2">
  102. <Path>D:\NetKVM\w10\amd64</Path>
  103. </PathAndCredentials>
  104. <PathAndCredentials wcm:action="add" wcm:keyValue="3">
  105. <Path>D:\Balloon\w10\amd64</Path>
  106. </PathAndCredentials>
  107. <PathAndCredentials wcm:action="add" wcm:keyValue="4">
  108. <Path>D:\pvpanic\w10\amd64</Path>
  109. </PathAndCredentials>
  110. <PathAndCredentials wcm:action="add" wcm:keyValue="5">
  111. <Path>D:\qemupciserial\w10\amd64</Path>
  112. </PathAndCredentials>
  113. <PathAndCredentials wcm:action="add" wcm:keyValue="6">
  114. <Path>D:\qxldod\w10\amd64</Path>
  115. </PathAndCredentials>
  116. <PathAndCredentials wcm:action="add" wcm:keyValue="7">
  117. <Path>D:\vioinput\w10\amd64</Path>
  118. </PathAndCredentials>
  119. <PathAndCredentials wcm:action="add" wcm:keyValue="8">
  120. <Path>D:\viorng\w10\amd64</Path>
  121. </PathAndCredentials>
  122. <PathAndCredentials wcm:action="add" wcm:keyValue="9">
  123. <Path>D:\vioscsi\w10\amd64</Path>
  124. </PathAndCredentials>
  125. <PathAndCredentials wcm:action="add" wcm:keyValue="10">
  126. <Path>D:\vioserial\w10\amd64</Path>
  127. </PathAndCredentials>
  128. <PathAndCredentials wcm:action="add" wcm:keyValue="11">
  129. <Path>D:\viogpudo\w10\amd64</Path>
  130. </PathAndCredentials>
  131. <PathAndCredentials wcm:action="add" wcm:keyValue="12">
  132. <Path>D:\sriov\w10\amd64</Path>
  133. </PathAndCredentials>
  134. <PathAndCredentials wcm:action="add" wcm:keyValue="13">
  135. <Path>D:\viofs\w10\amd64</Path>
  136. </PathAndCredentials>
  137. </DriverPaths>
  138. </component>
  139. </settings>
  140. <settings pass="offlineServicing">
  141. <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  142. <EnableLUA>false</EnableLUA>
  143. </component>
  144. </settings>
  145. <settings pass="generalize">
  146. <component name="Microsoft-Windows-PnPSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  147. <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
  148. </component>
  149. <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  150. <SkipRearm>1</SkipRearm>
  151. </component>
  152. </settings>
  153. <settings pass="specialize">
  154. <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  155. <SkipAutoActivation>true</SkipAutoActivation>
  156. </component>
  157. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  158. <ComputerName>*</ComputerName>
  159. <OEMInformation>
  160. <Manufacturer>Dockur</Manufacturer>
  161. <Model>Windows for Docker</Model>
  162. <SupportHours>24/7</SupportHours>
  163. <SupportPhone />
  164. <SupportProvider>Dockur</SupportProvider>
  165. <SupportURL>https://github.com/dockur/windows/issues</SupportURL>
  166. </OEMInformation>
  167. <OEMName>Windows for Docker</OEMName>
  168. </component>
  169. <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  170. <DisableWER>1</DisableWER>
  171. </component>
  172. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  173. <DisableAccelerators>true</DisableAccelerators>
  174. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  175. <Home_Page>https://google.com</Home_Page>
  176. <Help_Page>about:blank</Help_Page>
  177. </component>
  178. <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  179. <DisableAccelerators>true</DisableAccelerators>
  180. <DisableFirstRunWizard>true</DisableFirstRunWizard>
  181. <Home_Page>https://google.com</Home_Page>
  182. <Help_Page>about:blank</Help_Page>
  183. </component>
  184. <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  185. <CEIPEnabled>0</CEIPEnabled>
  186. </component>
  187. <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  188. <DisableSR>1</DisableSR>
  189. </component>
  190. <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  191. <InputLocale>0409:00000409</InputLocale>
  192. <SystemLocale>en-US</SystemLocale>
  193. <UILanguage>en-US</UILanguage>
  194. <UserLocale>en-US</UserLocale>
  195. </component>
  196. <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  197. <RunSynchronous>
  198. <RunSynchronousCommand wcm:action="add">
  199. <Order>1</Order>
  200. <Path>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v BypassNRO /t REG_DWORD /d 1 /f</Path>
  201. </RunSynchronousCommand>
  202. <RunSynchronousCommand wcm:action="add">
  203. <Order>2</Order>
  204. <Path>reg.exe load "HKU\mount" "C:\Users\Default\NTUSER.DAT"</Path>
  205. </RunSynchronousCommand>
  206. <RunSynchronousCommand wcm:action="add">
  207. <Order>3</Order>
  208. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f</Path>
  209. </RunSynchronousCommand>
  210. <RunSynchronousCommand wcm:action="add">
  211. <Order>4</Order>
  212. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f</Path>
  213. </RunSynchronousCommand>
  214. <RunSynchronousCommand wcm:action="add">
  215. <Order>5</Order>
  216. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OEMPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  217. </RunSynchronousCommand>
  218. <RunSynchronousCommand wcm:action="add">
  219. <Order>6</Order>
  220. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  221. </RunSynchronousCommand>
  222. <RunSynchronousCommand wcm:action="add">
  223. <Order>7</Order>
  224. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f</Path>
  225. </RunSynchronousCommand>
  226. <RunSynchronousCommand wcm:action="add">
  227. <Order>8</Order>
  228. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f</Path>
  229. </RunSynchronousCommand>
  230. <RunSynchronousCommand wcm:action="add">
  231. <Order>9</Order>
  232. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f</Path>
  233. </RunSynchronousCommand>
  234. <RunSynchronousCommand wcm:action="add">
  235. <Order>10</Order>
  236. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContentEnabled" /t REG_DWORD /d 0 /f</Path>
  237. </RunSynchronousCommand>
  238. <RunSynchronousCommand wcm:action="add">
  239. <Order>11</Order>
  240. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f</Path>
  241. </RunSynchronousCommand>
  242. <RunSynchronousCommand wcm:action="add">
  243. <Order>12</Order>
  244. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338387Enabled" /t REG_DWORD /d 0 /f</Path>
  245. </RunSynchronousCommand>
  246. <RunSynchronousCommand wcm:action="add">
  247. <Order>13</Order>
  248. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f</Path>
  249. </RunSynchronousCommand>
  250. <RunSynchronousCommand wcm:action="add">
  251. <Order>14</Order>
  252. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f</Path>
  253. </RunSynchronousCommand>
  254. <RunSynchronousCommand wcm:action="add">
  255. <Order>15</Order>
  256. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338393Enabled" /t REG_DWORD /d 0 /f</Path>
  257. </RunSynchronousCommand>
  258. <RunSynchronousCommand wcm:action="add">
  259. <Order>16</Order>
  260. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-353698Enabled" /t REG_DWORD /d 0 /f</Path>
  261. </RunSynchronousCommand>
  262. <RunSynchronousCommand wcm:action="add">
  263. <Order>17</Order>
  264. <Path>reg.exe add "HKU\mount\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f</Path>
  265. </RunSynchronousCommand>
  266. <RunSynchronousCommand wcm:action="add">
  267. <Order>18</Order>
  268. <Path>reg.exe unload "HKU\mount"</Path>
  269. </RunSynchronousCommand>
  270. <RunSynchronousCommand wcm:action="add">
  271. <Order>19</Order>
  272. <Path>reg.exe add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t REG_DWORD /d 0 /f</Path>
  273. </RunSynchronousCommand>
  274. </RunSynchronous>
  275. </component>
  276. <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  277. <fDenyTSConnections>false</fDenyTSConnections>
  278. </component>
  279. <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  280. <UserAuthentication>0</UserAuthentication>
  281. </component>
  282. <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  283. <FirewallGroups>
  284. <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
  285. <Active>true</Active>
  286. <Group>Remote Desktop</Group>
  287. <Profile>all</Profile>
  288. </FirewallGroup>
  289. </FirewallGroups>
  290. </component>
  291. </settings>
  292. <settings pass="auditSystem" />
  293. <settings pass="auditUser" />
  294. <settings pass="oobeSystem">
  295. <component name="Microsoft-Windows-SecureStartup-FilterDriver" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  296. <PreventDeviceEncryption>true</PreventDeviceEncryption>
  297. </component>
  298. <component name="Microsoft-Windows-EnhancedStorage-Adm" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  299. <TCGSecurityActivationDisabled>1</TCGSecurityActivationDisabled>
  300. </component>
  301. <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
  302. <UserAccounts>
  303. <LocalAccounts>
  304. <LocalAccount wcm:action="add">
  305. <Name>Docker</Name>
  306. <Group>Administrators</Group>
  307. <Password>
  308. <Value />
  309. <PlainText>true</PlainText>
  310. </Password>
  311. </LocalAccount>
  312. </LocalAccounts>
  313. <AdministratorPassword>
  314. <Value>password</Value>
  315. <PlainText>true</PlainText>
  316. </AdministratorPassword>
  317. </UserAccounts>
  318. <AutoLogon>
  319. <Username>Docker</Username>
  320. <Enabled>true</Enabled>
  321. <LogonCount>1</LogonCount>
  322. <Password>
  323. <Value />
  324. <PlainText>true</PlainText>
  325. </Password>
  326. </AutoLogon>
  327. <OOBE>
  328. <HideEULAPage>true</HideEULAPage>
  329. <HideLocalAccountScreen>true</HideLocalAccountScreen>
  330. <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
  331. <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
  332. <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  333. <NetworkLocation>Other</NetworkLocation>
  334. <ProtectYourPC>3</ProtectYourPC>
  335. <SkipUserOOBE>true</SkipUserOOBE>
  336. <SkipMachineOOBE>true</SkipMachineOOBE>
  337. </OOBE>
  338. <RegisteredOrganization>Dockur</RegisteredOrganization>
  339. <RegisteredOwner>Windows for Docker</RegisteredOwner>
  340. <FirstLogonCommands>
  341. <SynchronousCommand wcm:action="add">
  342. <Order>1</Order>
  343. <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
  344. <Description>Set AutoLogonCount to 0</Description>
  345. </SynchronousCommand>
  346. <SynchronousCommand wcm:action="add">
  347. <Order>2</Order>
  348. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
  349. <Description>Allow RDP login with blank password</Description>
  350. </SynchronousCommand>
  351. <SynchronousCommand wcm:action="add">
  352. <Order>3</Order>
  353. <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
  354. <Description>Password Never Expires</Description>
  355. </SynchronousCommand>
  356. <SynchronousCommand wcm:action="add">
  357. <Order>4</Order>
  358. <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
  359. <Description>Disable Hibernation</Description>
  360. </SynchronousCommand>
  361. <SynchronousCommand wcm:action="add">
  362. <Order>5</Order>
  363. <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
  364. <Description>Disable monitor blanking</Description>
  365. </SynchronousCommand>
  366. <SynchronousCommand wcm:action="add">
  367. <Order>6</Order>
  368. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
  369. <Description>Disable Network Discovery popup</Description>
  370. </SynchronousCommand>
  371. <SynchronousCommand wcm:action="add">
  372. <Order>7</Order>
  373. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f</CommandLine>
  374. <Description>Disable Network Discovery popup</Description>
  375. </SynchronousCommand>
  376. <SynchronousCommand wcm:action="add">
  377. <Order>8</Order>
  378. <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
  379. <Description>Disable first-run experience in Edge</Description>
  380. </SynchronousCommand>
  381. <SynchronousCommand wcm:action="add">
  382. <Order>9</Order>
  383. <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
  384. <Description>Show file extensions in Explorer</Description>
  385. </SynchronousCommand>
  386. <SynchronousCommand wcm:action="add">
  387. <Order>10</Order>
  388. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f</CommandLine>
  389. <Description>Zero Hibernation File</Description>
  390. </SynchronousCommand>
  391. <SynchronousCommand wcm:action="add">
  392. <Order>11</Order>
  393. <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
  394. <Description>Disable Hibernation Mode</Description>
  395. </SynchronousCommand>
  396. <SynchronousCommand wcm:action="add">
  397. <Order>12</Order>
  398. <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine>
  399. <Description>Install VirtIO drivers</Description>
  400. </SynchronousCommand>
  401. </FirstLogonCommands>
  402. </component>
  403. </settings>
  404. </unattend>