Use the PowerShell utility running as administrator to install the .NET Framework 3.5:
After starting the terminal as administrator, type Install-WindowsFeature NET-Framework-Core
Verify that .NET 3.5 is installed by re-typing this command and verifying that Success: True is present.