Share via

Microsoft Store and Windows update stuck at 0%

Anonymous
2024-11-18T14:30:51+00:00

Microsoft Store and Windows update stuck at downloading 0%
i try to use many command for fix in cmd and try clean re-install window many time but doesn't work please help me.

some update in microsoft store have error code: 0x80D0681A

Windows for home | Windows 11 | Windows update

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

Answer accepted by question author

LeviS 3,405 Reputation points Independent Advisor
2024-11-18T16:07:11+00:00

Hello,

I'm sorry to learn about the problem you're encountering. I'm not certain which commands you've attempted, but recently, I provided some commands to another user that resolved a similar issue for them.

Please run these one by one (press enter after each)

net stop bits

net stop wuauserv

net stop appidsvc

net stop cryptsvc

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start bits

net start wuauserv

net start appidsvc

net start cryptsvc

Restart your computer and try running Windows Update again.

Re-register Microsoft Store

Open PowerShell as an administrator.

Run the following command:

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

Let me know how it goes

Levi

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-11-18T18:44:26+00:00

    Thank you!!!! following this method work

    Was this answer helpful?

    0 comments No comments