Thursday 14 January 2016

Install .net Framework 3.5 on Windows Server 2012

Start up a PowerShell as Administrator and run this:
> Install-WindowsFeature -name NET-Framework-Core -source J:\sources\sxs
Where J is your install media drive letter.