Update win10x64-ltsc.xml

This commit is contained in:
Kroese 2024-04-25 01:31:11 +02:00 committed by GitHub
parent 0eed25f23c
commit 895fa9cb73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,6 +448,11 @@
<CommandLine>reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f</CommandLine>
<Description>Disable taskview button</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>19</Order>
<CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Turn off Windows Update auto download</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>