This commit is contained in:
jestxfot
2022-07-10 16:45:04 +00:00
committed by GitHub
parent a2b9e4baa1
commit a938f3fcbf
+2
View File
@@ -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
```
</details>