0% found this document useful (0 votes)
152 views

Install .NET Framework 3.5 in Windows 10

The document discusses different methods for installing .NET Framework 3.5 in Windows 10, as some older apps require it. It details using optional features, DISM commands, downloading the installer manually, and installing from Windows installation media without internet.

Uploaded by

Soporte Gruposam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views

Install .NET Framework 3.5 in Windows 10

The document discusses different methods for installing .NET Framework 3.5 in Windows 10, as some older apps require it. It details using optional features, DISM commands, downloading the installer manually, and installing from Windows installation media without internet.

Uploaded by

Soporte Gruposam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

7/10/2020 Install .NET Framework 3.

5 in Windows 10

Winaero 

At the edge of tweaking


You may not republish any content as your original work or without credits. © Winaero

#1 SQL Backup & Recovery


Fast, reliable backup and granular recovery of individual
SQL items.

Veeam Software DOWNLOAD

Install .NET Framework 3.5 in Windows 10


How to Install .NET Framework 3.5 in Windows 10

Recent Windows 10 versions come with .NET framework 4.8 pre-installed, but many apps developed in Vista and Windows 7 era require the .NET framework v3.5
installed along with 4.8. Today, we will review a number of methods that can be used to get .NET framework 3.5 installed in Windows 10.

RECOMMENDED: Click here to x Windows errors and optimize system performance

The .NET framework is a development platform that makes it easier for application developers to create various Desktop and Web applications and services for
Windows. The .NET framework makes creating programs faster by providing a wide range of ready-to-use libraries, classes, and functions.

Tip: Find Which .NET Framework Versions Are Installed

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 1/7
7/10/2020 Install .NET Framework 3.5 in Windows 10

Starting with Windows 10 version 1809 and Windows Server 2019, Microsoft considers the .NET Framework as a standalone product even though it ships with the
operating system. It is on a di erent release and support schedule.

If you need to use an older app which was created using .NET Framework 3.5, there are a number of methods to install it in Windows 10. Let's review them.

First of all, just try to run the app. This should trigger the .NET Framework setup on-demand and open the similar dialog:

Click on Install this feature.

Otherwise, use one of the following methods.

To Install .NET Framework 3.5 in Windows 10,

1. Press Win + R on the keyboard and type optionalfeatures.exe in the Run box.

2. Hit the Enter key.


3. Tick (turn on) the .NET Framework 3.5 (includes .NET 2.0 and 3.0) item in the list and click OK.

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 2/7
7/10/2020 Install .NET Framework 3.5 in Windows 10

4. In the next dialog, click on Let Windows Update download the les for you.

5. The most recent version of .NET Framework 3.5 will be downloaded and installed.
6. Click on Close to nish.

You are done.

Tip: See how to manage Optional Features in Windows 10.

Alternatively, you can install .NET Framework 3.5 using the command prompt or PowerShell.

Install .NET Framework 3.5 using the command prompt or PowerShell

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 3/7
7/10/2020 Install .NET Framework 3.5 in Windows 10
1. Open an elevated command prompt.
2. Type the following command: Dism /online /Enable-Feature /FeatureName:"NetFx3"
3. Once you press Enter, Windows will download and install .NET Framework 3.5.

4. Alternatively, open PowerShell as Administrator.


5. Run the command Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3".

6. Once it nish installing .NET Framework 3.5, you can close the command prompt or PowerShell.

You are done.

Also, you can install the .NET Framework 3.5 manually by downloading its installer from the Microsoft Web Site.

Download and install .NET Framework 3.5 manually

1. Open your favorite web browser and point to THIS PAGE.


2. Click on Download .NET Framework 3.5 SP1 Runtime.

3. Save the dotnetfx35.exe le (231Mb) to any folder you like.

4. Run it, and con rm the UAC prompt.


5. Click on the Download and install this feature button.

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 4/7
7/10/2020 Install .NET Framework 3.5 in Windows 10

6. Windows will install .NET Framework 3.5

You are done!

Installing .NET Framework 3.5 without an Internet connection

As you may have already notice, all the methods above require an Internet connection to be able to download the .NET Framework package from Microsoft.
None of them will work when you are o ine, or have a poor connection or a limited data plan. In such a case, you can install .NET Framework 3.5 from the
Windows 10 installation media. This method is much faster and does not even require an Internet connection.

This method is described in detail in the following post:

O ine install of .NET Framework 3.5 in Windows 10 using DISM

From there, you can download a handy batch le which automates the task and does everything for you. All you need is Windows 10 installation media of the OS
build and version you have currently installed.

In short, you need to issue the following command in a command prompt opened as Administrator:

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

Substitute the "D:" portion (of the red color above) with the proper letter of your installation media, e.g. a DVD drive or bootable USB stick.

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 5/7
7/10/2020 Install .NET Framework 3.5 in Windows 10

That's it!

RECOMMENDED: Click here to x Windows errors and optimize system performance

You are here: Home » Windows 10 » Install .NET Framework 3.5 in Windows 10

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

Bitcoin: 18amKj99FCPUfnnpqZ6XCG2h3TGeUTCeY7

Connect with us

For your convenience, you can subscribe to Winaero on the following web sites and services.

Follow 1,495 followers Telegram YouTube 3K

In addition, you can share this post.

Reddit Tweet Share Share

This entry was posted in Windows 10 and tagged .net framework on September 17, 2019 by Sergey Tkachenko.

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 6/7
7/10/2020 Install .NET Framework 3.5 in Windows 10

About Sergey Tkachenko


Sergey Tkachenko is a software developer from Russia who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft,
Windows and popular software. Follow him on Telegram, Twitter, and YouTube.
View all posts by Sergey Tkachenko →

https://winaero.com/blog/install-net-framework-3-5-in-windows-10/ 7/7

You might also like