Share via

.NET Framework 3.5 stuck on Downloading required files (Windows 10 1903)

Anonymous
2019-09-04T05:59:22+00:00

I am unable to download .NET Framework 3.5 on my computer. The installer is taking forever on the d ownloading required filespage. I have tried all the possible methods, from running it manually from control panel to downloading the installer file from Microsoft site, nothing worked out.

Also tried the Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\ /LimitAccesscommand, still nothing. I cant play Control which I just got due to .NET Framework 3.5. Would be glad if found a fix soon, Thanks in advance.

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
    2019-12-15T13:59:38+00:00

    Hey.

    I found how to fix the issue. I had same issue tried alot of things and nothing worked untill I looked up this.

    Type Run in search then services.mscand then try to find Windows Update

    If you can't find it on your list then this is what cause the issue. 

    To get it back I followed instructions in this link - > 

    https://www.tenforums.com/tutorials/57567-restore-default-services-windows-10-a.html

    Find the Windows Update reg file download it from the page. then run it and restart your pc.

    After restarting type Run in search then services.mscand then try to find Windows Update. right click properties start up type -> automatic and hit apply . 

    After that you should be able to run the .NET Framework 3.5 installation and it should install... at least it did for me.

    100+ people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Kapil Arya 37,686 Reputation points Volunteer Moderator
    2020-08-15T10:43:05+00:00

    Hello, 

    Please try these steps after creating a System Restore point:

    1. Open Registry Editor by running regedit command.
    2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
    3. Create/change the value for UseWUServer from 1 to 0.
    4. Restart the Windows Update service.

    Retry to enable .NET Framework. Once enabled, restore UseWUServer value to 1. 

    If that doesn't works, download the Windows 10 ISO file and enable .NET Framework using this guide:

    https://www.kapilarya.com/how-to-enable-net-framework-3-5-on-windows-10

    In case you receive error 0x800F0954 with above method, open administrative Windows PowerShell.

    Then try Add-WindowsCapability –Online -Name NetFx3~~~~ –Source C:\Temp\sxs command.

    You need to replace C:\Temp\sxs with actual sxs folder location on your system.

    Hope this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    50+ people found this answer helpful.
    0 comments No comments

28 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-09-04T06:14:41+00:00

    Yes, I tried this earlier too and did now once again, but it's stuck on the searching for required files . Sometimes it finds the required files but gets stuck while downloading required files.

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-09-04T06:59:47+00:00

    Well I restarted the Computer and as I said, now it's stuck on downloading required files. And every time it gets stuck at this position. At this point it stops using resources from computer like Network.

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-10-10T20:20:30+00:00

    What worked for me was this:

    • Launch RegEdit and go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
    • Change the value for UseWUServer from 1 to 0.
    • Restart the Windows Update service.

    I hope it works for others too.

    10+ people found this answer helpful.
    0 comments No comments