Overview
The Windows 11 weather widget (News and Interests / Widgets board) is enabled by default on the taskbar and can be distracting in enterprise environments. Microsoft Intune provides centralized control through Settings Catalog configuration profiles to disable this feature across managed Windows 11 devices without local user intervention.
To disable the weather widget via Intune, navigate to Devices > Configuration profiles > Create profile > Windows 10 and later > Settings Catalog. Search for "Widgets" and configure the Allow Widgets policy to Disabled. Assign the profile to targeted device groups. The policy applies on next Intune sync (typically within 8 hours). For immediate application, trigger a device sync from the Intune Company Portal or run Invoke-MdmDeviceSync via PowerShell. The equivalent registry key is HKLM\SOFTWARE\Policies\Microsoft\Dsh with EnableNewsFeed set to 0.
Tip: Monitor policy deployment status under Devices > Monitor > Assignment failures in the Intune admin center. Devices not synced within 48 hours should be checked for network connectivity or enrollment issues.


