How to Completely Disable Widgets in Windows 11
Posted: 30 Sep 2023, 17:45
How to Completely Disable Widgets in Windows 11
Run PowerShell as Administrator and execute Following Command.
Run PowerShell as Administrator and execute Following Command.
Code: Select all
Get-AppxPackage | Where-Object {$_.Name -like "*WebExperience*"} | Remove-AppxPackage