Skip to content

Instantly share code, notes, and snippets.

@dbirks
Last active September 16, 2016 13:56
Show Gist options
  • Save dbirks/66ccb4f966dbc3e8cc2505292319e8fd to your computer and use it in GitHub Desktop.
Save dbirks/66ccb4f966dbc3e8cc2505292319e8fd to your computer and use it in GitHub Desktop.
Install .NET 3.5 on Windows server

Installing .NET 3.5 on Windows Server

In an administrative command prompt or powershell console, enter:

dism /online /enable-feature /featurename:NetFx3 /all /source:e:\sources\sxs\

Where E:\ is where the install medium is mounted.

Tested on 2012 R2 and 2016 Tech Preview 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment