Share via

I Received the Error Code (0x80070050). How Do I Repair It?

Anonymous
2023-05-15T19:29:31+00:00

I received the error code (0x80070050). How do I repair it?

Edition: Windows 10 Home

Version: 22H2

OS Build: 19045.2965

Experience: Windows Feature Experience Pack 1000.19041.1000.0

Windows for home | Windows 10 | Install and upgrade

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

Answer accepted by question author

  1. Anonymous
    2023-05-16T05:42:20+00:00

    Actually, never mind. I used Microsoft Update Catalog to install "Visual Studio 2005 Service Pack 1 Update for Windows Vista" manually. So, this issue has been resolved.

    3 people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. David-M 110.5K Reputation points Independent Advisor
    2023-05-15T20:02:47+00:00

    Hi. I'm David, and I'm happy to help you.

    I suggest doing the following:

    Run the Windows Update Troubleshooter.

    https://support.microsoft.com/en-us/windows/win...

    If it persists, rename the software distribution folders as instructed below:

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    ren %systemroot%\softwaredistribution softwaredistribution.bak

    ren %systemroot%\system32\catroot2 catroot2.bak

    net start bits

    net start wuauserv

    net start cryptsvc

    1. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.

    If it persists, use the system file checker to repair possible corrupted or missing system files.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    sfc /scannow

    Note: Pay attention to the results of the commands to make sure that the procedure was completed successfully or if there was a problem. If you have any problems, let me know the error that was shown.

    1. Then restart your PC and see if you can update.

    Feel free to ask back any questions.

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-05-15T22:14:19+00:00

    Windows Update is installing "Visual Studio 2005 Service Pack 1 Update for Windows Vista". The installing status is stuck at 0%. I need some help with this issue.

    1 person found this answer helpful.
    0 comments No comments