: Sigue las instrucciones en el sitio web de la herramienta para descargarla e instalarla.
Get-AppxPackage -allusers Microsoft.WindowsCalculator | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" Reinicia tu equipo instalar calculadora windows 10 sin tienda
In Windows 10, the Calculator is no longer a simple standalone .exe file located in the System32 folder, as it was in Windows 7. It is now a app. This architectural shift means the app relies on a package management system (Appx) rather than a traditional installer. Consequently, if the Microsoft Store is disabled or missing, the operating system lacks the "one-click" interface to fetch and register these packages. Method 1: Using PowerShell and Appx Packages : Sigue las instrucciones en el sitio web