Can't install .NET Framework 2.0 - 3.5 on windows 10 9901

Discussion in 'Windows 10' started by Silvermaine, Jan 25, 2015.

  1. Silvermaine

    Silvermaine MDL Novice

    May 18, 2012
    47
    17
    0
    I want to install Windows DVD/USB tool but says it requires .NET Framework 2.0.

    I clicked on the "Add features" and select .NET Framework 2.0 - 3.5 but it can't be installed.
    Tried restarting but nothing happened.

    I need to install windows dvd/usb tool because I want to do a clean install of the latest build.
    Anyone knows a fix or any other ways to do clean install? Thanks!
     
  2. kosta20071

    kosta20071 MDL Addicted

    Jan 8, 2012
    791
    483
    30
    #2 kosta20071, Jan 25, 2015
    Last edited: Jan 25, 2015
    Dism /online /enable-feature /featurename:NetFX3 /All /Source::D:\sources\sxs /LimitAccess

    open cmd with administrator rights ,replace the green smily :D with your installation USB/DVD drive (H for example).
    This will install framework
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    On build 9926 .NETFx 2.0-3.5 is already installed. I use Moborobo for connect Tablet and Phones and in 9901 need to install 2.0-3.5 manually, in 9926 I wasn't need that and I had done a clean new install of 9926 not an upgrade!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Silvermaine

    Silvermaine MDL Novice

    May 18, 2012
    47
    17
    0
    #4 Silvermaine, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    #5 pisthai, Jan 25, 2015
    Last edited by a moderator: Apr 20, 2017
    @Silvermaine:

    You could try this command, which worked for me in 9901:

    Code:
    Dism /online /enable-feature /featurename:NetFX3 /All /Source:d:\sources\sxs /LimitAccess
    Remember: Dism /online /enable-feature /featurename:NetFX3 /All /Source:d:\sources\sxs /LimitAccess d is the drive where the \sources\sxs are locate or in ISO
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...