How to install .NET 3.51 on Windows easily with Powershell.

I had problems installing .NET 3.51 on Windows 8.1, the downloaded installed kept saying that it could not access the Internet to download and install the files, which is retarded. So I put in the Windows DVD and used the command below in an Administrator Powershell session. PS C:\Windows\system32> Dism /online /enable-feature /featurename:NetFx3 /All /Source:I:\sources\sxs … Read more