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
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.