Share via

I'm facing this problem while trying to use Microsoft Store .

Anonymous
2023-01-11T07:55:35+00:00

Somebody please Help me .

Windows for home | Windows 10 | Gaming

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. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2023-01-11T08:32:27+00:00

    Hi and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.

    I understand the issue you have, there is nothing to worry I am here to help, I know some of these steps are already done, you have just skipped them if you think it will have the same result.

    Note: If you have 3rd party Anti-virus try to disable it and check as it might be interfering with the Microsoft Store, if none, kindly follow the steps below:

    Method 1. Reset Microsoft Store.

    Press the Windows key + R then type in:

    wsreset.exe

    Then hit OK

    It might take time to launch the Store just need to wait for it.

    Method 2. Repair Windows Store and app:

    On Powershell(admin), copy and paste the command below:

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

    Then hit Enter, once the process is done, restart the PC and check.

    Method 3. repair Windows Store and update components

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    -Once done restart the device and check.

    Let me know how it goes and I hope that helps.

    Bernard

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments