Skip to content

ConsumerFeatures - Disable

config/tweaks.json
430  "WPFTweaksConsumerFeatures": {
431    "Content": "ConsumerFeatures - Disable",
432    "Description": "Stops promoted app installs and reduces app suggestions from Microsoft Store content.",
433    "category": "Essential Tweaks",
434    "panel": "1",
435    "registry": [
436      {
437        "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent",
438        "Name": "DisableWindowsConsumerFeatures",
439        "Value": "1",
440        "Type": "DWord",
441        "OriginalValue": "<RemoveEntry>"
442      }
443    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.