PowerShell (Install Calculator)

To install the Windows 10 calculator using PowerShell, you can follow these steps:

  • Open PowerShell :
  • Press the Windows key,
  • type “PowerShell,” and click on “Windows PowerShell” in the search results.
  • Make sure to run PowerShell as an administrator.

Run the following command to install the Windows Calculator app from the Microsoft Store:

PowerShell code:

Get-AppxPackage -Name Microsoft.WindowsCalculator | Add-AppxPackage

 

Wait for the command to execute. It will download and install the Windows Calculator app from the Microsoft Store.

Once the installation is complete, you can close PowerShell.

After following these steps, you should have the Windows 10 calculator app installed on your system. You can find it by searching for “Calculator” in the Start menu or by looking in the “All Apps” list.

 

If you want to see our learning about this topic, you can click here

 

Share :
2,382
keyboard_arrow_up