Many Software needs the Net framework 3.5 in windows and we can install this by downloading the Net framework Setup in windows 8 and 8.1. So this is the trick to install Net Framework 3.5 in Windows 8 and 8.1 without internet connection.
Open the Command Prompt as Administrator as mentioned below:
and then type following command:
dism /online /enable-feature /featurename:NetFX3 /source:"G:\sources\sxs" /LimitAccess
Where "G" is drive letter of your DVD drive. You need a windows installation disc or windows disc image to install the net framework 3.5
It will take a few minutes to complete this process and you'll get a message that "The operation completed successfully." like following.
Thanks
Open the Command Prompt as Administrator as mentioned below:
and then type following command:
dism /online /enable-feature /featurename:NetFX3 /source:"G:\sources\sxs" /LimitAccess
Where "G" is drive letter of your DVD drive. You need a windows installation disc or windows disc image to install the net framework 3.5
It will take a few minutes to complete this process and you'll get a message that "The operation completed successfully." like following.
Thanks