Install Framework 3.5 from the command line
It is possible to install .NET Framework 3.5 not only through Windows features but also from the command line. You can use Windows PowerShell by running the following command: Install-WindowsFeature Net-Framework-Core -source \network\share\sxs Alternatively, you can use the Command Prompt, so: Click on START, type CMD, right-click on Command Prompt, and select Run as administrator.… Read More »