Windows 10 calc.exe missing

For some reason there wasn’t calc.exe on a fresh installed Windows 10. It can be fixed. Open a Powershell as Adminstrator

Get-AppxPackage -AllUsers -Name Microsoft.WindowsCalculator | %{Add-AppxPackage -Register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}

Leave a Reply

Your email address will not be published. Required fields are marked *