From f459157f62dbfdb4e395fd4af357b9e22aacf129 Mon Sep 17 00:00:00 2001 From: andre <andre.lasfargues@iut-rodez.fr> Date: Thu, 14 Jun 2018 15:30:06 +0200 Subject: [PATCH] Ajout clef de registres pour image win10 1803 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Désactive le windws store update lors du sysprep --- Windows10/modif-reg-win10-1803.reg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Windows10/modif-reg-win10-1803.reg diff --git a/Windows10/modif-reg-win10-1803.reg b/Windows10/modif-reg-win10-1803.reg new file mode 100644 index 0000000..eb0d847 --- /dev/null +++ b/Windows10/modif-reg-win10-1803.reg @@ -0,0 +1,3 @@ +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 \ No newline at end of file