How to enable .NET Framework 3.5 by using with Windows PowerShell

Hi guys,

You can install the Net-Framework 3.5 with Powershell, it is a very simple process. Please follow step by step below.

Start Windows PowerShell in the Administrator Command Prompt by typing:

powershell

To install .NET Framework 3.5 from the installation media located on your computer, then use the following command:

Install-WindowsFeature Net-Framework-Core -source d:\sources\sxs

To verify installation, run the following command:

Get-WindowsFeature Net-Framework-Core

dotnet35withpowershellinstallation
The Install State column should show Installed for the .NET Framework 3.5 (includes .NET 2.0 and 3.0) feature.

Thank you so much for your reading

How to enable .NET Framework 3.5 by using with Windows PowerShell.

Have a nice day.

Published by Hasan Altin

I don't see any difference between the one who doesn't share its knowledge or the one who doesn't share its bread.

Leave a Reply

Your email address will not be published. Required fields are marked *