• 0

How to remove appx packages in windows 10?


Step 1:

Find the location of the package
Get-AppxPackage -AllUsers | where name -eq "<PackageName>"

Step 2:

Go to the app from File Explorer. If the app is inside the WindowsApps then you will need to get access using the following steps. Access WindowsApps Folder Windows 10 Once you have the access, delete the folder.

Further reading: