How To Enable .Net Framework 3.5.1 In Windows 8 and 8.1
Microsoft windows 8 and 8.1 are pre-installed with Net Framework 4 and most application require Net Framework 3.5.1 to run. To enable Net Framework 3.5.1 follow these steps
Go to Start by pressing the Windows key and type "cmd". Now Right click on the "cmd" and click "Run as Administrator"
Insert your Windows 8 Installation Disc in the drive or Mount the ISO Image
Now enter the Following command in "cmd"
dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess
NB: Source:G where G is the drive letter
enjoy!!!!
Go to Start by pressing the Windows key and type "cmd". Now Right click on the "cmd" and click "Run as Administrator"
Insert your Windows 8 Installation Disc in the drive or Mount the ISO Image
Now enter the Following command in "cmd"
dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess
NB: Source:G where G is the drive letter
enjoy!!!!
Comments
Post a Comment