How to install .NET Framework 3.5 on Windows Server

July 1, 2022


Hello everyone, in this article, we will discuss “How to install .NET Framework 3.5 on Windows Server using PowerShell”.

What is .NET Framework?

Microsoft .NET Framework – Windows users usually know this term in connection with the installation of Windows updates, since the .NET Framework usually does its work in the background.

Check Net Framework

  • Firstly Open Powershell Windows
  • Secondly, Paste this command – Get-WindowsFeature -Name "NET-Framework-Core"
  • After this hit the Enter key.
  • It will show the Install Status as below.

Install Method Using Powershell –

  • For this purpose, we need to open Powershell as Administrator
  • In the windows Search bar “Windows Powershell”.
  • Now right-click on the Powershell app.
  • After this choose the Run as Administrator option
  • .NET Framework 3.5
  • After that Paste this code – DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
  • Now hit the Enter key.
  • It will start installing the Future automatically.
  • It will need some time for this installation Process.
  • .NET Framework 3.5

Install Method Using Server Manager –

  • Press the Windows key
  • Now click the manage button.
  •  After that click Add Roles and Futures
  • Now click 4 Times the NEXT button.
  • In the Future options check the “.NET Framework 3.5” options
  •  After that Click the Next Button.
  • In the confirmation window click the install button
  • That’s it, Now you installed it successfully on your Server.

 

How to Change or Add Language in Windows Server

How to Change or Add Language in Windows Server

  How to Change or Add Language in Windows Server Language localization is essential for ensuring that your Windows Server environment is accessible and user-friendly for people from different linguistic backgrounds. Whether you need to change the default...

0 Comments

Submit a Comment