Windows 10 Store Not Working – 3 Different Fixes
Want to See More Videos? Visit Our YouTube Channel
If your Windows 10 Store Not Working, I show you 3 different fixes on how to fix it. This fixes also if the Windows 10 store won’t open or the Windows 10 Store crashes or Windows 10 store not opening.
↓↓↓↓↓↓ CLICK TO SEE MORE ↓↓↓↓↓↓↓↓
Subscribe to our channel FREE:
https://www.youtube.com/channel/UCI5rEvxhPNeNuwVZ_0i5Rkw?sub_confirmation=1
Command: (always backup before running a command like this):
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
Follow Us:
Facebook – https://www.facebook.com/callthatgeekit/
Twitter – https://twitter.com/CallThatGeekIT
Download our FREE E-book – Windows Maintenance Setup Guide to a Faster Computer: http://goo.gl/zPtp9U
Subscribe to our channel to get the latest video updates!
Visit the CTG Tutorial Blog:
http://callthatgeekit.com
Get our FREE 11 Ways to a Faster Computer eBook:
http://callthatgeekit.com
-~-~~-~~~-~~-~-
Please watch: “Installing Google Chrome Using PowerShell”
https://www.youtube.com/watch?v=xsjgxIiXOs8
-~-~~-~~~-~~-~-
source
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
An internal error occurred with error 0x80070005. See http://go.microsoft.com/fwlink/?LinkId=235160 for help
diagnosing app deployment issues.
NOTE: For additional information, look for [ActivityId] e6dafc94-d654-0000-8b35-dbe654d6d201 in the Event Log or use
the command line Get-AppxLog -ActivityID e6dafc94-d654-0000-8b35-dbe654d6d201
At line:1 char:97
+ … fest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manife …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:Program File…ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand