猜你喜欢

解决方法:如果您运行程序并收到有关 vcruntime140.dll 丢失的以下错误,则需要使用以下步骤安装 Visual C++ 2015 Redistrib...
误删除Windows 10的应用商店,如何恢复?
解决方案:
“以管理员身份运行”Windows Powershell
然后在打开的“管理员:Windows Powershell”窗口中输入以下命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}