error code 0x80240438 while downloading .NET framework 3.5

Anonymous
2019-01-01T20:27:41+00:00

As said in the title i am having a problem with downloading .NET framework 3.5. I have tried basically everything i can find online concerning the error code  ( even though all of the stuff i can find about the error code is about the store which i have zero problems with)

Error code 0x80240438

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
{count} votes
Answer accepted by question author
  1. Anonymous
    2019-04-08T15:21:41+00:00

    I had this problem as well on my machine at work.

    Try doing the following it worked and allowed me to download

    the .Net Framework 3.5 on my Windows 10 PC :  Go into RegEdit and

    set the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU folder.

    DoubleClick on UseWUServer(UseWindowsUpdateServer) and change the value to 0.

    If the value is already 0 this fix may not work for you.  RESTART afterwards.


    Moderator's note: It is recommended to create System Restore point before modifying registry.


    592 people found this answer helpful.
    0 comments No comments

18 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-04-13T21:49:11+00:00

    I had this problem as well on my machine at work.

    Try doing the following it worked and allowed me to download

    the .Net Framework 3.5 on my Windows 10 PC :  Go into RegEdit and

    set the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU folder.

    DoubleClick on UseWUServer(UseWindowsUpdateServer) and change the value to 0.

    If the value is already 0 this fix may not work for you.  RESTART afterwards.

    Cap Kirk !!!! You are the Mannnnnn !!!!

    29 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-04-24T17:42:31+00:00

    awesome dude you hit the satisfying spot :)

    0 comments No comments
  3. Anonymous
    2019-04-29T16:34:42+00:00

    you can paste this into a admin powershell window and it should do everything you need without rebooting...

    Set-ItemProperty -Path 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name 'UseWUServer' -Value 0;

    restart-service wuauserv;

    dism /online /Enable-Feature /FeatureName:NetFx3;

    Set-ItemProperty -Path 'HKLM:\Software\Policies\Microsoft\Windows\WindowsUpdate\AU' -Name 'UseWUServer' -Value 1

    65 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-06-16T19:41:09+00:00

    Thanks bro ..

    2 people found this answer helpful.
    0 comments No comments