:arrow: Uninstall Apps in Windows 10 Apps Features Tutorials

copy this in powershell (run as Admin)


Get-AppxPackage | select name | sort Name

This will Show you a List of apps

Now...