From a938f3fcbfdc8e8ef4c8eb302e00ba9a647f4cf0 Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:45:04 +0000 Subject: [PATCH] store --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 511ce7a..599b25d 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,8 @@ Taskbar: ```powershell echo "Disable AutoUpdate Apps Microsoft Store" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f + echo "Block the automatic installation of suggested Windows 10 apps" + reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /t REG_DWORD /d 0 /f ```