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}