From 36e4b278728370afb0ba38dd912a5c2a4e87cd0f Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:00:54 +0300 Subject: [PATCH] Update autounattend.xml (#4409) --- tools/autounattend.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autounattend.xml b/tools/autounattend.xml index c6900f3a..04d955cb 100644 --- a/tools/autounattend.xml +++ b/tools/autounattend.xml @@ -431,6 +431,7 @@ $scripts = @( reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v WUServer /f; reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v WUStatusServer /f; reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v DODownloadMode /f; + reg.exe add "HKLM\Software\Policies\Microsoft\Windows\OneDrive" /v DisableFileSyncNGSC /t REG_DWORD /d 0 /f; reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 0 /f; reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\BITS" /v Start /t REG_DWORD /d 3 /f; reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v Start /t REG_DWORD /d 3 /f;