B
Bradley Krak
I had to uninstall the store because it wasn't launching properly. To reinstall it, I've launched PowerShell as administrator and have pasted the following commands:Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}PowerShell doesn't say anything back to me after I hit enter, and nothing happens, even after a restart. Any ideas?
Continue reading...
Continue reading...