By | January 13, 2019

Installation Of .NET Framework 3.5 In Windows 10 Using DISM (Offline)-

Windows 10 is coming with .NET framework 4.5 by default, however, many developed applications require the .NET framework v3.5 installed along with 4.5. This application will not run unless you will install the required version. When you try to run any such app, Windows 10 prompts you to download and install .NET framework 3.5 from the Internet. 
However, this will take a lot of time. You may save your time and install .NET Framework 3.5 from the Windows 10 installation ISO media. This method is much faster and does not even require an Internet connection.

Below are the steps to install .NET Framework 3.5 in Windows 10:-

Step 1- Insert your Windows 10 DVD, or double click on windows 10 ISO image file, or insert your depending on what you have.
Step 2- Open ‘This PC’ in File Explorer and note the drive letter of the installation media you have inserted. In this example case, it is the disk D:
Step 3- Now open an elevated command prompt(Run as administrator) and type the following command:
       Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:sourcessxs /LimitAccess
 Note Please Replace D: with your drive letter for Windows 10 installation media.
We are done! This will install .NET framework 3.5 in Windows 10.
Thanks for visiting TechieFocus, I hope this blog is helpful for you. Please follow us on Twitter and subscribe at Youtube!
Thanks,
TechieFocus Team,

Was this post helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *