How to reinstall appxpackage when the powershell not working?

  • Thread starter Sunsonic Philippines Inc.
  • Start date
S

Sunsonic Philippines Inc.

As I always do with running administrator in powershell,


and removing whole appxpackage using command:
get-appxpackage ++ | remove-appxpackage


after that will reinstall specific apps example like Microsoft store using command:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


but this time, it doesn't respond!!!

so how can I resintall my Microsoft store app?


f7a3ed06-dbde-4c8e-ace0-51fd2b662a2e?upload=true.png

Continue reading...
 
Back
Top Bottom