解决Windows8.1应用商店闪退
1、Win+X弹出菜单后选择命令提示符(管理员);
2、在弹出的CMD窗口中输入如下命令:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
3、执行完后关闭当前CMD,重新打开应用商店。
1、Win+X弹出菜单后选择命令提示符(管理员);
2、在弹出的CMD窗口中输入如下命令:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
3、执行完后关闭当前CMD,重新打开应用商店。