How can I disable the “News and Interests” Widget on the Windows 10 Taskbar?
Welcome to Programming Tutorial official website. Today - we are going to cover how to solve / find the solution of this error How can I disable the “News and Interests” Widget on the Windows 10 Taskbar? on this date .
On Windows 10 version 1909 and newer releases, Microsoft has added a “News and Interests” widget on the Taskbar (see blogpost):
How can I remove this Widget from the Taskbar?
Answer
You can disable the “News and Interests” Widget feature by:
- Right-Click the Taskbar
- Select “News and Interests”
- Select “Turn off”.
The above method disables it, however, if you right-click the Taskbar, you will still see an option “News and interests”, If you want to fully remove it, you can use the Registry:
Save the following with a “.reg” extension and run it, restart your File Explorer or restart your computer to apply:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindows Feeds] "EnableFeeds"=dword:00000000
To re-enable the Widget, save the following with a “.reg” extension and run it:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindows Feeds] "EnableFeeds"=-
Credit: Shawn Brink from TenForums