If you’d like to use PowerShell to uninstall apps on a Windows 10 device, first locate the list of installed apps using THIS method. From the list, identify the name of the app you want to uninstall.
Then, run the following in an elevated PowerShell window and insert the app name you want to uninstall:
Get-AppxPackage <app name> | Remove-AppxPackage
The following example removes the Microsoft Xbox app:
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Looking for an awesome, no-nonsense technical conference for IT Pros, Developers, and DevOps? IT/Dev Connections kicks off in Dallas, Texas in 2018!