Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone know how to reinstall / repair store app?
#1
I tried to run calculator this morning and it appears on the screen for about a second then disappears.

I went to apps and features menu and the calculator and alarm are listed strangely. I've attached an image.

I've also tried clicking on the calc.exe file that is supposed to start the calculator and the same thing happens, appears for a second then disappears.

On the app store it says its already installed.

I just did a sfc /scannow command (via admin) and it fixed some issues. But the calculator issue still not fixed.

Anyone have a suggestion?


Attached Files Thumbnail(s)
   
Reply

#2
I tried these instructions;

Quote:Solution 1 – Re-register Windows 10 apps using PowerShell

In the Search Bar type PowerShell and right click PowerShell app from the list of results.

From the menu choose Run as administrator.

When the PowerShell starts paste the following line and press Enter to run it:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

The problem is there is no AppXManifest.xml file

Is there an easy way just to install this stuff without having to reset the PC?
Reply

#3
Try these:
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 
Reply

#4
I tried the trouble shooter program and it said there was no problems.

Calculator still doesn't work.

It's kinda weird that I can press the .exe file that is supposed to run the calculator and that does the same behaviour, opens and closes immediately.

Do you think if I do eventually attempt the 1151 update (after I've taken a system image), via the media creation tool i.e. installing it over the top of this windows, that it might install any missing files?
Reply

#5
Code:
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Code:
Reinstall all apps
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

or you can download the old style calculator  
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 
Reply

#6
Hi mate,

I tried the code

Code:
Reinstall all apps
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

earlier and it came back saying it couldnt find AppXManifest.xml

I typed it in just now and it did seem to start calculating things but still said it coulding find that file. I'll post an image of it.

In the meantime I downloaded that old calculator. I was looking for a good simple calculator.

When I do the update 1151, I'm going to redownload the media creation tool. I'm hoping that it will install the update over windows. I've done that on my other Win10 machine when it wasn't getting the update. If I do it on this one do you think it'll copy those files back in?


Attached Files Thumbnail(s)
   
Reply

#7
Is you're windows fully updated? if not, please update it.
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 
Reply

#8
It was updated until I tried the update 1151 recently (its a new PC).

Then I had to revert it back to the previous build. I think thats where the problems started.

At the moment Windows update is saying no updates.

I'm going to do a backup of the system drive. Then I'll uninstall Asus Suite 3, then use the media creation tool to update to 1151.
Reply

#9
Cool, let us know how you get on.
<left><form action="https://www.paypal.com/cgi-bin/webscr" method="post">If you are satisfied with my help, consider a donation. Thank you so much for your continued support! 
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="Y4ZDLXGFS4F8Q">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="0" height="0">
</form>

   </div></left> 
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.