[Solved] Enable net framework 3.5 on Windows 7

Discussion in 'Windows 7' started by Deleted member 222776, Sep 18, 2015.

  1. #1 Deleted member 222776, Sep 18, 2015
    Last edited by a moderator: Apr 20, 2017
    I want to enable net framework 3.5 on windows 7 by powershell but am unable to find any reference on the net. I know how to do it manually but want to include it in a script.

    So I know for windows 8 is:
    Code:
    dism.exe /online /enable-feature /featurename:NetFX3 /Source:I:\Sources\sxs
    which you can use the dvd as a source.

    How do you do this on 7?
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    Windows 7 by default comes with it.
     
  3. In understand. Thank you.