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

Anderson paul 161 Reputation points
2020-09-27T15:49:34.563+00:00

error code 0x8009000f-0x90002
I downloaded Win 10 free and It did not work at all I did Clean Boot, ISO, etc. I had called tech support many times and they never fixed it. I need help on this situation.

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
467 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jonas24 801 Reputation points
    2020-10-01T06:11:48.19+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.

    Find more information on Fix Error 0x8009000F-0x90002

    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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dale Kudusi 3,226 Reputation points
    2020-09-28T08:04:27.817+00:00

    Hi,
    Before going further, I would appreciate your help in clarifying the following situations:
    At which steps did this error massage appear?
    What is the current system version?

    You could try these methods:
    Open elevated command prompt,
    Type in sfc /scannow, then press Enter.

    Also, downloading and installing the DirectX End-User Runtimes fixed the problem for certain users, might give this one a try.
    https://www.microsoft.com/en-us/download/details.aspx?id=15478

    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