Unsolved problem installing an update to Windows 10 error 0x8007001f

Gur Melamed 0 Reputation points
2024-12-05T13:16:03.2833333+00:00

When I try to update Windows 10, the computer finishes the process, and then says "Cancel the changes". In Windows updates, the computer writes error 0x8007001f.

I've followed all the suggestions written here, tried all the suggestions, including running DISM, sfc, cleaning setup and TEMP files, and nothing helps.

I don't want to do a clean install, since I have a lot of software installed.

Maybe there is a problem with the REGISTRY?

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-12-06T07:38:15.99+00:00

    Hello Gur Melamed

    Thank you for posting in Q&A forum.

    Here are some other steps you can try:

    1. Run the Windows Update Troubleshooter:

    • Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.

    • Select Windows Update and click Run the troubleshooter.

    1. Disable Antivirus Software:

    • Temporarily disable any third-party antivirus software you have installed, as it might be interfering with the update process.

    1. Reset Windows Update Components:

    • Open Command Prompt as an administrator and run the following commands one by one:

    • net stop wuauserv

    • net stop cryptSvc

    • net stop bits

    • net stop msiserver

    • ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    • ren C:\Windows\System32\catroot2 catroot2.old

    • net start wuauserv

    • net start cryptSvc

    • net start bits

    • net start msiserver

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.