-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error: 0x80070005 -- tried all past solutions #4077
Description
-
Your Windows build number: (Type
verat a Windows Command Prompt)
Microsoft Windows [Version 10.0.16299.1087] -
What you're doing and what's happening: (Copy&paste the full set of specific command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
bash.exe -
What's wrong / what should be happening instead:
Error: 0x80070005
Press any key to continue... -
Things I've tried from previous issue suggestions
I tried this command
powershell get-cipolicyinfo
And got:
Options HVCIOptions Version PolicyGuid
0 0 0 {0, 0, 0, 0...}
So no x10, which others have reported as causing the issue.
I checked the contents of C:\Windows\System32\CodeIntegrity:
driver.stl
bootcat.cache
So no "SIPolicy.p7b" which others have reported as causing the issue.
I also tried running wsl.exe but got the same error. Only difference is that it prints "Error: 0x80070005" then hangs (No "Press any key to continue...")
Finally, I tried running as administrator. Same error.