How to install .NET Framework 3.5 Offline in Windows 10

.NET Framework 3.5


Windows 10 comes with .NET framework 4.5 pre-installed, but many apps developed in Vista and Windows 7 era require the .NET framework v3.5 installed along with 4.5. These apps will not run unless you will install the required version. When you try to run any such app, Windows 10 will prompt you to download and install .NET framework 3.5 from the Internet. However, this will take a lot of time. You can save your time and install .NET Framework 3.5 from the Windows 10 installation media. This method is much faster and does not even require an Internet connection. Here is how to install it.

To install .NET Framework 3.5 in Windows 10, do the following:

  • Insert your Windows 10 DVD, or double click its ISO image, or insert your bootable flash drive with Windows 10, depending on what you have.
  • Open ‘This PC’ in File Explorer and note the drive letter of the installation media you have inserted. In my case it is disk I:

  • Now open an elevated command prompt (open cmd by clicking run as admin) and type the following command:
Dism /online /enable-feature /featurename:NetFX3 /All /Source:I:\sources\sxs /LimitAccess
  • Replace I: with your drive letter for Windows 10 installation media.


  • Done This will install .NET framework 3.5 in Windows 10.

Previous
Next Post »