Hot Take Microsoft confirms you will soon be able to remove news in Windows Widgets

silversurfer

Super Moderator
Thread author
Verified
Top Poster
Staff Member
Malware Hunter
Forum Veteran
Aug 17, 2014
12,998
125,164
8,399
Most Windows 11 customers agree (as shown by the number of upvotes and complaints on the Feedback Hub) that the biggest problem with Windows Widgets is the inability to disable the integrated MSN News feed, which often displays controversial or even straight harmful content. Others claim that Microsoft should let users place widgets directly on the desktop, as in the days of Windows 7.

As revealed by a recent report, Microsoft is considering letting you put widgets on the desktop, and today, at Build 2023, Microsoft announced that users would soon be able to remove the news feed from Windows Widgets (we tried one whacky method to get rid of the feed, but it proved unreliable and incredibly cumbersome).

During the Windows 11-dedicated keynote at Build 2023, Microsoft revealed its plans to allow users to switch between different Windows Widgets modes. Later this year, Windows 11 will receive three widget views: widget-only with no feed, feed-only with no widgets, and a mix of both (the current version). Also, with third-party widget support, Windows 11 will receive improved notifications to inform you that some of your new apps support widgets. Here is the concept Microsoft showed during the presentation:

1684950330_updated_widget_view.jpg
 
I removed all widgets by removing the windows web experience package with O&O AppBuster.
More methods:
 
MS keeps fighting back: winget uninstall "Windows web experience Pack" - no longer works, but disabling via registry does, thus far.
Code:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d "0" /f
reg add "HKCU\Software\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests" /v "value" /t REG_DWORD /d "0" /f
reg add "HKLM\Software\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d "0" /f
 

You may also like...