How to install dotnetframework 3.5 on windows server 2012

I know this has been pretty well covered already but I still get a lot of people asking me about this one.
In windows server 2012 you can install dotnetframework 3.5 by opening the server manager and running the add features wizard, however the installation will FAIL.

To install dotnetframework 3.5 insert the windows server 2012 CD and open a powershell or CMD prompt.
now run the following command:
dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess
The source is the windows server 2012 cd – in this case it is the D drive.
dotnetframework 3.5 installation
Hope this helps you.

3 thoughts on “How to install dotnetframework 3.5 on windows server 2012

  1. Thanks. That helped me to install sql 2008r2 management studio.

  2. The screeen shot is very help ful

Leave a reply to Avner Cancel reply