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?
Continue reading...
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?
Continue reading...