Install .NET Framework 3.5 On Windows 11, Windows 10 Without Internet
.Net Framework 3.5 is a very essential feature of Windows. Applications written in .Net framework will require this feature be enabled in Windows to run.
We will look into, how we can install Install .NET Framework 3.5 On Windows 11, 10 or 8 without internet. To be able to do this, we will need the Windows installation media/files on the said PC.
Requiremens To Install .Net Framework Offline.
- Windows Installation Files (Extracted some where)
- OS: At least Windows 8
So lets jusmp right into it.
To use the Windows installation media as the file source when you enable the .NET Framework 3.5 feature, mount the ISO or write the ISO on a USB stick.
Follow the below steps carefully.
-
Mount the Windows setup ISO or Insert the USB with Windows Installation files. (My files are in "E:")
-
Run CMD as admin. Like in the image below.
- Copy and paste the below command in the CMD. (Replace "YourDrive")
Dism /online /enable-feature /featurename:NetFx3 /All /Source:(YourDrive):\sources\sxs /LimitAccess
In this command, replace (YourDrive) the drive letter for the setup files. For example, my command would be according to the above screenshots,#As in my case Dism /online /enable-feature /featurename:NetFx3 /All /Source:E:\sources\sxs /LimitAccess
- Now wait for the process to finish and you are done.
Thank you for following the guide, hope you were successful. Have a great day.
Comments
Post a Comment
Ask me anything here...