Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Use this command to enable .NET Framework 3.5.1.
October 11, 2011
A: The easiest way to enable features or roles on a server core installation (which has no graphical interface) is via the DISM /online command. To enable .NET Framework 3.5.1, use this command:
DISM /online /enable-feature /featurename:NetFx3-ServerCore-WOW64
You May Also Like