Windows 10 & 11 Remove Pre-installed Apps


Open Windows Powershell, run as Administrator.


Search App Name

$ winget list --name "search app name"


Un-install

$ winget uninstall "app id"


Reboot your pc.

Comments