Forum Discussion
Bobb1365
Aug 05, 2024Copper Contributor
Windows update issue and installing and updating microsoft store apps
We couldn't connect to the update service. We'll try again later, or you can check now. If it still doesn't work, make sure you're connected to the Internet.Contacted microsoft support and they sent ...
Nixonmon
Aug 06, 2024Copper Contributor
Open Command Prompt as an administrator and run the following commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver