Powershell_Scripts/Windows10/modif-reg-win10-1803.reg
andre f459157f62 Ajout clef de registres pour image win10 1803
Désactive le windws store update lors du sysprep
2018-06-14 15:30:06 +02:00

3 lines
398 B
Reg

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore /v AutoDownload /t REG_DWORD /d 00000002 /f
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager /v SilentInstalledAppsEnabled /t REG_DWORD /d 00000000 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent /v DisableWindowsConsumerFeatures /t REG_DWORD /d 00000001 /f