Hi guys,
You can installation Net-Framework 3.5 with Powershell, this is a very simple process. Please follow step by step from below.
Start Windows PowerShell in the Administrator Command Prompt by typing:
powershell
To install .NET Framework 3.5 from 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
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 your reading
How to enable .NET Framework 3.5 by using with Windows PowerShell.
Have a nice day.