Windows 10 store Crashes


  1. Posts : 9
    Windows 10 , windows 8.1 & Kali Linux
       #1

    Windows 10 store Crashes


    Hellow Guys,

    One silly problem is sticking to me these days after i am running win 10 .

    Windows Store crashes after i click on any apps.

    I tried hitting CMD = wsreset as administrator privilege mode too but the problem still continuous.

    Do Anybody have any suggestion ?
      My Computer


  2. Posts : 27,157
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #2

    Check your if time zone setting is correct, do a manual time sync with windows(dot)com(in control panel Date and Time settings). Check your Location settings in settings app>Privacy all should be on except Mail & Calendar.
      My Computers


  3. Posts : 9
    Windows 10 , windows 8.1 & Kali Linux
    Thread Starter
       #3

    Thanks lot boss,

    Manual time sync with windows(dot)com(in control panel Date and Time settings) worked fine for me .


      My Computer


  4. Posts : 27,157
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #4

    You're welcome Sn1p3r.
    When doing a clean install or repair install, you'll need to check again. Microsoft thinks the whole world is Redmond:).

    Also if you re-image(a system image backup) a time sync is also good to do(happened to me yesterday).
      My Computers


  5. Posts : 3
    windows 10
       #5

    right!


    Check your if time zone setting is correct, do a manual time sync with windows(dot)com(in control panel Date and Time settings). Check your Location settings in settings app>Privacy all should be on except Mail & Calendar.
    This is the problem I was having with my laptop, now is working just great!!
      My Computer


  6. Posts : 1
    Windows 10
       #6

    I know this is an old thread, but for someone who's still stuck, let me share what I did to fix it.

    run powershell as admin,

    run this commands in powershell:

    * view all packages:
    Code:
    Get-AppxPackage -AllUsers | Select Name, PackageFullName
    first, we have to remove all the metro apps that can be removed (including windows store).

    * remove all packages:
    Code:
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    you will get some errors that is colored in red, just ignore that.

    now we will put them all back again (including the ones that you uninstalled which is pre-installed before).

    * install all packages:
    Code:
    Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    That is what I did and now I can click or search in the store without crashing and it's working like a charm now :).

    some other useful codes:

    * remove a certain package
    Code:
    Get-AppxPackage <PackageFullName> | Remove-AppxPackage
    * install a certain package:
    Code:
    Add-AppxPackage -register “C:\Program Files\WindowsApps\<PackageFullName>\AppxManifest.xml” –DisableDevelopmentMode
    NOTE: Just don't forget to replace "<PackageFullName>" with it's full name :).
    EXAMPLE:
    Code:
    Get-AppxPackage Microsoft.WindowsStore_11610.1001.10.0_x64__8wekyb3d8bbwe | Remove-AppxPackage
    Code:
    Add-AppxPackage -register “C:\Program Files\WindowsApps\Microsoft.WindowsStore_11610.1001.10.0_x64__8wekyb3d8bbwe\AppxManifest.xml” –DisableDevelopmentMode
    hope this helps :)
      My Computer


  7. Posts : 5
    Win10
       #7

    I had Win10 latest version as of Jan 2021 (Ver 1909 Build 18363.1198), yet whenever I clicked on any app in Windows store, the store app closed immediately. Checked the following solutions, none worked, until...

    I had latest display and chipset/windows drivers installed.
    I tried clearing cache, restting the store, re-registering, uninstalling and resinalling the store, updating windows 10, setting the windows time again to correct, checked that Windows Media feature pack existed, ran SFC. None worked.

    But then reinstalled all/full windows and all wares and kept checking at which step my store apps stopped working/appearing. And I found that it was just a font, which was needed very badly by windows. And it was the OPEN TYPE, Times New Roman. That's it.!!

    As a side note, also check that Windows required services are not disabled, and 'WindowsApps' folder has required permissions set.

    Enjoy. Bobby Zopfan, BathindaHelper.com
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:59.
Find Us




Windows 10 Forums