Install Offline .Net framework Using Command

At first, you need to have bootable CD or USB of windows 7, 8, 8.1 PC.
1.Open command in administrative mode.
    Type this command:

       Dism /online /enable-feature /featurename:NetFx3 /All /Source:I:\sources\sxs /LimitAccess

     Note: I refers to your drive where your bootable CD or USB is located.

2. As soon as you execute the above mentioned command, Windows will start installing .NET Framework       3.5 in your system and it'll not require Internet connection.
  
    It'll take a few minutes and you'll get a message that the operation completed successfully.

3. That's it. Now you have installed .NET Framework 3.5 in Windows 8 without using Internet connection.


Comments