曾经误删了windows stroe,现在需要用它来安装软件,怎么重新安装ms-windows-store呢。
1、打开开始菜单,打开【Windows PowerShell】文件夹,在Windows PowerShell上单击右键,选择【以管理员身份运行】;
2、在PowerShell框中输入:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
按下回车键,等待片刻即可完成修复!
3、最后,重启电脑