Remove-AppxPackage doesn't cleanly Remove APPX App from Windows PC

S

serverstats

0I am trying to uninstall a previously installed windows UWP App. using command below. Below command is removing the App. from Start menu fine but the App. is not able to remove C:\Program Files\WindowsApps\MyAPPNAME\ directory.Can someone help me with this fix ?. Get-AppxPackage -AllUsers | where-object {$_.name -like '*MyAPPNAME'}|Remove-AppxPackage I have tried to Reinstall the App. and delete again but no luck.

Continue reading...
 
Back
Top Bottom