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 Set Up a Git Server on Ubuntu

How to Set Up a Git Server on Ubuntu

  How to Set Up a Git Server on Ubuntu Version control is essential for managing code efficiently, and hosting your own Git server can provide greater control over your repositories. In this guide, we'll walk you through setting up a Git server on Ubuntu....

How to Mount and Manage Disk Partitions in Linux

How to Mount and Manage Disk Partitions in Linux

  How to Mount and Manage Disk Partitions in Linux Linux provides powerful tools for managing disk partitions, allowing users to create, format, mount, and unmount partitions as needed. Understanding these basics is essential for efficient disk management. This...

0 Comments

Submit a Comment