Error installing .NET Framework 3.5 on Windows 10

21,752

Take a look at .NET Framework 3.5-Installationsfehler: 0x800F0906, 0x800F081F, 0x800F0907 :

I prefer the method 3: Use Windows installation media.

You can use the Windows installation media as the file source when you enable the .NET Framework 3.5 feature. To do this, follow these steps:

  • Insert the Windows installation media.
  • At an elevated command prompt, run the following command:

Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess

  • Note In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess

Share:
21,752

Related videos on Youtube

David
Author by

David

Updated on September 18, 2022

Comments

  • David
    David over 1 year

    Since I upgraded to Windows 10 I'm no longer a "real" administrator on my personal computer and I can't download anything from Windows Update.

    When I try to install .NET 3.5 I get

    Error 0x800F081F

    I already tried to change the source directly in the command panel (as admin) but it gave me a error message that the source was not found with the same error code.

    • Evengard
      Evengard over 8 years
      As per windows.microsoft.com/ru-ru/windows-8/… that means that part of Windows Update files are damaged/missing. Have you tried dism.exe /online /cleanup-image /scanhealth and dism.exe /online /cleanup-image /restorehealth as per the same page? I don't think that the error code changed in Win10.
    • Ramhound
      Ramhound over 8 years
      @Evengard - It didn't change but the author, because he isn't an Administrator, cannot use those commands. Of course that isn't your fault, because the solution of course, should be solved by the Administrator and not the author.
    • Evengard
      Evengard over 8 years
      I understood like "he is the administrator but because of some problems with the system (like damaged files) he was locked out of the Windows Update". But well whatever, that problem can't be solved by a user with a limited account.
    • David
      David over 8 years
      @Evengard - I have tried, in the command panel, the two lines you gaves me, but after finish analysing the seconde one, it gave me the message 0x800f0906, Impossible to download the sources files
  • David
    David over 8 years
    I already tried that, but it gave me the message that a can't operate this operation because it don't find the media (is a USB key is a good media ?)
  • Ramhound
    Ramhound over 8 years
    @David - You tell us? You really need to allow somebody who understands what they are doing solve this problem. You cannot fix this as a normal unprivileged user anyways.
  • Varad Mahashabde
    Varad Mahashabde over 7 years
    @David I found a guide on how to change your password at how to geek. When you get the command prompt, instead of creating a new account and adding it to administrators, add your account, and I think after the command prompt step, you need to restore utilman.exe by executing del c:\windows\system32\utilman.exe and move c:\windows\system32\utilman.exe.bak c:\windows\system32\utilman.exe. replace c with where your your window installation is both where replacing and restoring utilman.exe.
  • Varad Mahashabde
    Varad Mahashabde over 7 years
    I did it off a USB, no hiccups(it probably faster than a cd as it is USB 2.0).
  • Steve Bauman
    Steve Bauman about 7 years
    Download link on forum is dead