Share via

800B0001 error

Anonymous
2016-03-25T18:16:04+00:00

I am getting this error that apparently seems to not have happened before. No one else seemed to encounter it.

It happens when trying to install updates, activate Windows Defender or use troubleshooter. I dont know what to even do.

Im using normal Windows and Im the administrator

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

11 answers

Sort by: Most helpful
  1. Anonymous
    2016-03-26T13:30:54+00:00

    KB2565063 is a security update. Leave that one alone.

    Can you check to see whether KB3021910 is installed or not?

    Microsoft released an update in April last year to address the 0x800f0906 error which appeared when running DISM. See details in this support article: https://support.microsoft.com/en-us/kb/3021910

    If it's not installed, you can download it manually via the link in the article. Use Internet Explorer and select the Install option when it appears.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-03-26T13:19:58+00:00

    It says that KB3022345 is not even an update. There is a similar looking thing called KB2565063. 

    What should I do now?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-03-26T12:47:26+00:00

    I recived the error 800f0906 What does that mean? It happened somewhere at the DISM proccess

    Do the following.

    1. Right click the Action Center icon on the taskbar (it looks like a flag) and click "Open Windows Update.
    2. In the menu which opens, click the link in the bottom left hand corner called "View Installed Updates".
    3. In the top right hand corner of the following menu, copy and paste: KB3022345
    4. When it appears in the list below, right click it and select Uninstall.
    5. Reboot and then run the DISM command again which should complete without producing the 800f0906 error this time.

    KB3022345 is just a telemetry update which tracks your behaviour on the computer and sends the data to Microsoft. However, it's been known to cause the 0x800f0906 error in the past.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-25T23:10:31+00:00

    I recived the error 800f0906 What does that mean? It happened somewhere at the DISM proccess

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-03-25T18:36:48+00:00

    Hi Gabriel,

    The 800B0001 error you're seeing it means that Windows Update cannot determine the cryptographic service provider, or that a file Windows Update requires is corrupted.

    To try and fix that please do the following:

    1. Right click the Start button and click Command Prompt (admin).
    2. Type: sfc /scannow and hit Enter.

    SFC is an acronym for System File Checker and the tool will check the integrity of Windows system files for corruption. If any are found, it will attempt to repair the file using the DLL repository.

    Sometimes though, SFC cannot repair files and you'll see a message to the effect that file corruption was found, but Windows resource protection was unable to fix some of them.

    In that event, use the same command prompt to run the following command. It's advisable to copy this command with a mouse and then right click and select Paste from the menu to paste it into the command prompt.

    DISM.exe/Online /Cleanup-image /Restorehealth

    When DISM runs, you won't see much happening on screen and for about five minutes, it'll just show a flashing cursor. But eventually, the figure of 20% will appear followed about 15 mins later by 100%. You'll also get a report on whether the tool was successful or not.

    Was this answer helpful?

    0 comments No comments