Share via

Cannot update Windows Components

Anonymous
2019-10-29T07:30:49+00:00

Hello everyone! When I was trying to install windows updates I encountered the following error:

Microsoft .NET Framework 4.8 for Windows 10 Version 1803 for x64 (KB4486153) - Error 0x80070006

Then I tried to reset windows update components manually, during that process when I executed :

Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat

I encountered the following error:

Could Not Find C:\ProgramData\Application Data\Microsoft\Network\Downloader\qmgr*.dat

Can anyone tell how to proceed futher?

Thanks!

Windows for home | Windows 10 | Windows update

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

1 answer

Sort by: Most helpful
  1. Anonymous
    2019-10-29T08:34:00+00:00

    Hi i'm Timon and i'm glad to help you.

    You probably use this KB:

    https://support.microsoft.com/help/971058/how-d...

    If yes, this KB might contain an error, as the entry "Application Data" is a junction that actually points back at C:\ProgramData.

    The folder you're looking for is here:

    C:\ProgramData\Microsoft\Network\Downloader

    So the right command might be:

    del "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments