Win10 calc.exe 无法打开计算器的解决方法

先将所有程序关闭,以管理员身份运行 Windows PowerShell,之后输入以下命令

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

原文地址:https://answers.microsoft.com/zh-hans/windows/forum/windows_10-other_settings/win10/c7d5ebbd-231a-4500-aa8f-c2af2dd7a692?page=1

转载于:https://www.cnblogs.com/xingyunblog/p/10470169.html

你可能感兴趣的:(Win10 calc.exe 无法打开计算器的解决方法)