Page 1 of 1

How to Completely Disable Widgets in Windows 11

Posted: 30 Sep 2023, 17:45
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