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

Microsoft Store Windows Update Error 0x80070422 #260

Open
kaldera3451 opened this issue Aug 7, 2020 · 16 comments
Open

Microsoft Store Windows Update Error 0x80070422 #260

kaldera3451 opened this issue Aug 7, 2020 · 16 comments

Comments

@kaldera3451
Copy link

kaldera3451 commented Aug 7, 2020

Microsoft Store gives me Windows Update Error 0x80070422 when trying to install games

"Windows Update has been disabled. You can repair Windows Update by running the Windows Update troubleshooter in Settings"

I guess disabling scheduled tasks caused this problem

@W4RH4WK
Copy link
Owner

W4RH4WK commented Aug 8, 2020

Okay, thanks for letting me know. Disabling scheduled tasks could definitely be the cause of this.

Have you confirmed Windows Store to be working again after re-enabling scheduled tasks? If so, do you happen to know which one resulting in breaking the store?

@kaldera3451
Copy link
Author

How can I re-enable scheduled tasks?

@W4RH4WK
Copy link
Owner

W4RH4WK commented Aug 8, 2020

There is a control panel for scheduled tasks, you should be able to find it via the start menu. You can re-enable scheduled tasks by right clicking the entry.

image

By default disable-scheduled-tasks.ps1 only disables a few of them, you should be able to find them by looking at the entries in the file (the ones without a # at the start of the line).

@kaldera3451
Copy link
Author

I enabled them all but I get the same error

@kaldera3451
Copy link
Author

I dont have these scheduled tasks

#"\Microsoft\Windows\WindowsUpdate\Automatic App Update"
#"\Microsoft\Windows\WindowsUpdate\sih"
#"\Microsoft\Windows\WindowsUpdate\sihboot"

@W4RH4WK
Copy link
Owner

W4RH4WK commented Aug 8, 2020

In that case, disabled scheduled tasks may not be the culprit.

There are 3 more things that come to mind.

  • Domains blocked via hosts file
  • IPs blocked via firewall rule
  • Disabled service

The hosts file is located in C:\WINDOWS\System32\drivers\etc and contains a list of domains that should be mapped to localhost. Simply removing all of them (so you end up with an empty file) should undo this change.

In the firewall configuration panel, there should be a rule named Block Telemetry IPs, disabling that firewall rule should undo this change.

Lastly, re-enable all services that have their startup type set to disabled in the services control panel.

@kaldera3451
Copy link
Author

nothing changed I get same error

@W4RH4WK
Copy link
Owner

W4RH4WK commented Aug 10, 2020

Okay, did your runexperimental_unfuckery.ps1 and did you modify the scripts in any way before running them?

@kaldera3451
Copy link
Author

I ran experimental_unfuckery.ps1 but I didn't modify scripts

@W4RH4WK
Copy link
Owner

W4RH4WK commented Aug 10, 2020

In that case, that may be the fault. I don't think there is a sane way of undoing that. Let me highlight the description of this file:

This script remove strang looking stuff which will probably result in a break
of your system. It should not be used unless you want to test out a few
things. It is named experimental_unfuckery.ps1 for a reason.

@Vato67
Copy link

Vato67 commented Dec 28, 2020

So there is nothing to do if we used experimental_unfuckery.ps1 ?

@W4RH4WK
Copy link
Owner

W4RH4WK commented Dec 28, 2020

Unfortunately no, I don't think so. Best approach would be to simply re-install.

@Vato67
Copy link

Vato67 commented Dec 28, 2020

re-install windows?

@W4RH4WK
Copy link
Owner

W4RH4WK commented Dec 28, 2020

Yes.

@Vato67
Copy link

Vato67 commented Dec 29, 2020

ok thanks

@dennyamarojr
Copy link

To fix this problem, enable Windows License Manager in services.msc.
See: simeononsecurity/Windows-Optimize-Debloat#1

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

No branches or pull requests

4 participants