Wednesday, January 17, 2018

How to fix Error Windows Store and Calculator in Windows 10

Read Also


I'm having problems error Windows Store and Calculator in Windows 10, when I search the word ' Store ' in the search bar, the Store Windows icon usually appears not to exist. There is a suggestion that application other applications containing the word ' Store '. This case I experienced at first when I want to use the default Windows Calculator application. The Calculator application icon could show up but when clicked does not appear what nothing. Then I thought about to install other applications via the Windows Calculator Store. Cilakanya it turns out that I'm having the case above, where I can not access the Windows Store Windows in 10 min. Well, after more Googling around, I decided to do an uninstall and then reinstall Windows application Store and Calculator. But because this is the default application Windows, how can not through Control Panel as usual, but have to go through the Power Shell. The following are the steps-steps:
 
1. press the Windows key + S, and then type ' Shell ' Power

2. Right click and select Run As Administrator

3. to uninstall the Calculator, enter this command in the Shell Power: Get-AppxPackage * windowscalculator * | Remove-AppxPackage

4. to uninstall the Windows Store, enter this command in the Shell Power: Get-AppxPackage * windowsstore * | Remove-AppxPackage

5. Uninstall Windows Store and Calculator finished, now enter this command to install the back Windows Store:
Insert command kode :  Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

To install return Calculator, I've tried a similar command that I use to reinstall Windows Store but always got the error. Even when I tried to install via Windows Store, I got the error code 0x80070005 ' '.
Finally I did install other Windows Calculator application Store i.e. Calculator2.

0 comments

Post a Comment