Windows 10: Developer Mode package failed to install. Error code 0x80004005

8

Attempting to activate developer mode so I can access the Linux Subsystem feature. Upon switching to developer mode, I receive the error in the title and am subsequently unable to locate the package in the 'optional features' list where it is supposedly located. The only other suggestions I've seen online involve registry manipulation, which I view as a last resort--is there no other alternative way to access this package?

windows-10
windows-subsystem-for-linux
asked on Super User Mar 28, 2017 by user242007

2 Answers

2

I had the same error - I was able to fix it by changing the value of "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU UseWUServer" to "0". I'm not aware if you are able to fix this without changing this registry value. Any other fixes may be unnecessarily convoluted.

If you absolutely cannot alter your registry then you might want to contact your system admin to resolve this and he will do it for you.

After a system restart the package installed for me.

https://www.kapilarya.com/developer-mode-package-failed-to-install-error-code-0x80004005-windows-10

answered on Super User Sep 14, 2017 by Zakk Diaz
1

Have you tried this solution on the social forum of Microsoft? https://social.msdn.microsoft.com/Forums/en-US/a7e94e5b-db19-492f-a1c1-d5fa3aa87d0d/enabling-developer-mode-fails-with-error-code-0x80004005?forum=Win10SDKToolsIssues

  1. Open the Settings app.
  2. Select “System”
  3. Select “Apps & features”
  4. Choose “Manage Optional features”
  5. Press the button “Add a feature”
  6. Select the package for Windows Developer Mode
  7. Click “Install”
  8. Reboot your PC
  9. Launch Command Prompt as Administrator
  10. Run: sc config debugregsvc start=auto

Finally, return to the “For Developers” Settings page. You will still see the error code, 0x80004005 but you should now be able to get access to the developer mode specific features.

answered on Super User Mar 28, 2017 by Charles PM • edited Apr 4, 2017 by Vince Bowdren

User contributions licensed under CC BY-SA 3.0