Install .Net Framework 2.0 & 3.5 without Internet

  • First you’ll need to copy Windows 8.1 setup files to your hard disk.
    If you have Windows 8.1 setup ISO copied in your system, you can mount it by right-click on it and select “Mount” option.
    If you have Windows 8.1 setup disc and don’t want to copy its content, its ok. Just insert the disc in your CD/DVD drive so that Windows can access its content.
  • Now open Command Prompt as Administrator and then provide following command:
    Dism /online /enable-feature /featurename:NetFx3 /All /Source:G:\sources\sxs /LimitAccess
    Here “G:” represents the CD/DVD drive letter in your system which contains Windows 8.1 setup disc.
    Replace it with the correct drive letter according to your system. And Press Enter
    If you extracted Windows 8.1 setup files in a directory, replace G:\sources\sxs with the correct path.
  • 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.
Scroll to Top