How to Completely Disable Widgets in Windows 11

Windows 10 / 11 Forum
Post Reply
User avatar
hepek
Site Admin
Posts: 451
Joined: 24 Oct 2018, 00:03
Location: @HEPEK HQ
Contact:

How to Completely Disable Widgets in Windows 11

Post by hepek »

How to Completely Disable Widgets in Windows 11

Run PowerShell as Administrator and execute Following Command.

Code: Select all

Get-AppxPackage | Where-Object {$_.Name -like "*WebExperience*"} | Remove-AppxPackage
Post Reply

Return to “Windows 10 / 11”