Share via

Store updates never stop

Anonymous
2022-12-01T18:08:35+00:00

I got plenty of apps that I cant play or use anymore so I check my library in store and found out that I need to update them. When I update it got updated then I restart the computer and still cant use my apps. I checked the library again and still have updates on the Store. I restarted and run it again and it runs but still cant use my apps. This is a Windows 10 PC and I dont have anti-virus that blocks the updates.

Windows for home | Windows 10 | Microsoft Store

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. Anonymous
    2022-12-01T18:39:39+00:00

    Hi jewell_hoppe18-

    I'm Kevin B. Windows user like you. I do apologize for the inconvenience, let me help you sort things out.

    Kindly try this steps:

    Press windows key + R

    Type: services.msc

    Hit enter.

    Right click on the Microsoft store install service

    Click in properties.

    Set the start up to automatic then hit apply then okay.

    (If it is already set to automatic, right click then restart)

    Restart your PC and try it again.

    If issue persists open Powershell (admin)

    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)

    SC config wuauserv start= auto

    SC config bits start= auto

    SC config cryptsvc start= auto

    SC config trustedinstaller start= auto

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    net stop msiserver

    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

    net start msiserver

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

    -Once done restart the device and check

    Hope this will help and have a bless day!

    Thanks.

    Kevin B.

    Independent advisor

    Was this answer helpful?

    0 comments No comments