All Tweaks

Essential Tweaks

🛒 Disable ConsumerFeatures

Disables Windows Consumer Features like app suggestions and tips on lock screen.

Benefit

Stops unwanted app suggestions and ads

Impact

low

Commands (2)

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SystemPaneSuggestionsEnabled /t REG_DWORD /d 0 /f