How can I disable the “News and Interests” Widget on the Windows 10 Taskbar?
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?
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_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows 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_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds]
"EnableFeeds"=-
Credit: Shawn Brink from TenForums