My powershell command works for uninstalling pre-installed apps from WIndows 10 but

0

I use Get-AppxPackage -AllUsers | Remove-AppxPackage for erase windows store and pre-installed apps in windows 10. It works perfectly but powershell returns me a ton of errors like this one:

Remove-Appxpackage: Deployment failure with HRESULT: 0x80073CFA, Removal failure. Contact your software provider. (HRESULT exception: 0x80073CFA) error 0x80070032: Remove deployment operation of Appx package 1527c705-839a-4832-9118-54d4Bd6a0c89_10.0.18362.387_neutral_neutral_cw5n1h2txyewy from C:Windows Systemapps Microsoft.Windows.Filepicker_cw5n1h2txyewy failed. The application is part of Windows and cannot be uninstalled independently for each user. An administrator can attempt to remove the application from the computer using the Enable or Disable Features option

The others errors are pretty much the same. Only the Appx package ID changes. is there any solution to get rid of this ?

Regards

windows
powershell
appx
asked on Stack Overflow Dec 4, 2019 by Osh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0