Disable Windows Consumer Experience via Regedit
The Windows Consumer Experience feature automatically delivers personalized recommendations, promoted apps, and third-party app installations directly to the Start menu on Windows devices. For systems administrators managing environments where consistency and minimal clutter are required, this behavior can be turned off entirely. This guide outlines the exact registry modifications needed to disable Windows Consumer Experience app suggestions across Windows systems using the built-in Registry Editor.
Prerequisites
Before modifying the registry, ensure you have: * An active administrator account on the target machine. * A recent backup of the registry or a system restore point, as modifying system keys carries inherent operational risks.
Steps to Disable Consumer Experience Using Regedit
Follow these steps to configure the registry setting:
1. Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand press Enter or click OK. - When prompted by the User Account Control (UAC) prompt, click Yes to grant administrative privileges.
2. Navigate to the CloudContent Key
In the address bar at the top of the Registry Editor, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent
Note: If the CloudContent folder does not exist
under Windows, right-click on the Windows key,
select New > Key, and name the new key
CloudContent.
3. Create or Modify the DWORD Value
- Right-click inside the empty area on the right pane of the
CloudContentkey. - Select New > DWORD (32-bit) Value.
- Name the new value:
DisableWindowsConsumerFeatures - Double-click the newly created
DisableWindowsConsumerFeatureskey. - In the Value data field, change the number from
0to1. - Ensure the Base is set to Hexadecimal, then click OK.
4. Apply the Changes
Close the Registry Editor and restart the computer, or sign out and sign back in to the current Windows user profile.
Once the system reboots, Windows will no longer download suggested promotional applications or display third-party consumer recommendations on the Start menu.