管理员权限运行Windows PowerShell,输入命令:
Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation + “\appxmanifest.xml”)}
回车。
在桌面搜索框输入:store,应用商店神奇的出现了!
管理员权限运行Windows PowerShell,输入命令:
Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation + “\appxmanifest.xml”)}
回车。
在桌面搜索框输入:store,应用商店神奇的出现了!
评论区