Popular Posts

Thursday, July 16, 2020

Install .NET 3.5 feature using PowerShell

If you require .NET 3.5 to be installed on a windows system, you can do so using the Server Manager utility. But in some cases, you might end up with an error due to unknown reasons. If you lookup this issue on the web, there are suggestions to check windows firewall, loop back address etc. If you do not want to bother about those trivial things, here are some steps that you can follow as a workaround:

1. Mount windows .iso on your CD drvie
2. Enter the following command on PowerShell
    Install-WindowsFeature -Name NET-Framework-Core -source <cd drive:>

No comments:

Post a Comment