How to fix error code 0x8009000f-0x90002 on windows 10?

Mathew Thomson 26 Reputation points
2020-09-27T14:48:50.503+00:00

error code 0x8009000f-0x90002
Go back and try a manual upgrade of Windows 10. If that doesn't work, proceed to the Advanced Troubleshooting method. It should not fail you unless your Windows 10 ISO itself has a problem with it.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jonas24 801 Reputation points
    2020-09-30T06:39:51.623+00:00

    Restart Your Windows Update Components:

    • Go to the start menu.
    • In the search column, type as Command Prompt.
    • Right-click on the command prompt and select Run as Administrator option.
    • Now, type the following commands in your Command Prompt window.
    • Press Enter after each of the commands.

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    • To rename the software distribution folders backup copies.
    • Copy and Paste the following commands.
    • Press Enter after each of the commands.

    Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak

    Ren %systemroot%\system32\catroot2 catroot2.bak

    • Now, to restart Windows Update components type the following commands.
    • Press Enter after each of the commands.

    net start appidsvc

    net start cryptsvc

    net start bits

    net start wuauserv

    • Now, close the Command Prompt window and reboot your PC

      Upgrade using Windows Update:

    • Make use of the shortcut Win Key + R to open the Run command dialog box.
    • Type regedit in the given space box of Open and click OK.
    • After this, Go to the start menu.
    • In the search column, type as Command Prompt.
    • Right-click on the command prompt and select Run as Administrator option.

    Now, in the Windows Registry window go to the following path.

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade

    • Click on OSUpgrade and right-click on the empty space.
    • Select New and DWORD (32-bit) value.
    • Give the Name for the new DWORD value AllowOSUpgrade.
    • After that, double-click on the AllowOSUpgrade value and change its value to 1.
    • Click on OK and close the Command Prompt window.
    • Once you complete the above steps, restart your PC.

      Install the Latest Version of DirectX:

    • Download the DirectX End-User Runtime Web Installer here.
    • Now, follow the instructions which appear on screen to download.
    • Restart your computer and check to see if DirectX was installed successfully on your computer.
    • That’ all, now check the problem has solved or not.

    Please feel free to let us know if you need further assistance.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and up vote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Dale Kudusi 3,231 Reputation points
    2020-09-28T08:16:53.943+00:00

    Hi,
    Thanks for your posting here and sharing the resolution!

    Check out more discussions on this issue:
    https://learn.microsoft.com/en-us/answers/questions/108955/how-to-fix-error-code-0x8009000f-0x90002-on-window-3.html?childToView=109641#answer-109641
    Best regards.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments