Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows update not working #22

Closed
Batuhan445 opened this issue Mar 7, 2023 · 4 comments
Closed

Windows update not working #22

Batuhan445 opened this issue Mar 7, 2023 · 4 comments

Comments

@Batuhan445
Copy link

all tryed normal solutions :

  • sfc /scannow
  • windows update fix tool
  • dism /online /cleanup-image /startcomponentcleanup

and more... but not working

@Batuhan445
Copy link
Author

error code : 0x80070002

@clorophilla
Copy link

It's working fine here, did you do anything to your install (add programs, change settings...)?

@Batuhan445
Copy link
Author

No

@ianis58
Copy link

ianis58 commented Mar 15, 2023

It's not the same error code, but I fixed my issues with windows update on a tiny11 system with the following commands:
https://answers.microsoft.com/en-us/windows/forum/all/windows-11-update-download-error-0x80248007/19a57def-3f92-4512-842d-ce5c7b736ea4

For backup I copy the commands here:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants