Share via

Cannot install windows calculator

Anonymous
2023-01-15T19:51:21+00:00

I don't have Windows standard calculator. When I go to app store to install it, just says "Error has occurred" and I can't install calculator.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-01-15T20:26:22+00:00

    Hello, how are you?

    Try installing the calculator again following the procedure below.

    1. Press Windows+X and select Windows PowerShell (Admin);
    2. Type the commands below and press Enter one by one:

    Get-AppxPackage *windowscalculator* | Remove-AppxPackage [Enter]

    Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} [Enter]

    After that, check if it was installed again.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments