W
Windows Central Question
So today I tried to fix my calculator app which wasn't working so I used an powershell command, this one:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
But instead of fixing anything it broke all apps installed on the C partition (I set my app storage to the D partition, and thankfully those apps were spared and are still working)
I tried a couple of things, without success.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
But instead of fixing anything it broke all apps installed on the C partition (I set my app storage to the D partition, and thankfully those apps were spared and are still working)
I tried a couple of things, without success.