小白工具箱


小白维修专用

如果电脑Windows10中没有Microsoft store,可以用以下方法安装。
按 Win + Q 打开搜索,输入 powershell,然后以管理员身份运行;
复制下面的代码
粘贴到powershell窗口中并按 Enter 执行(powershell中的粘贴键是鼠标右键):
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}