Skip to main content

How to install .NET Framework 3.5 on Windows 8 with Window 8 DVD.

In order to install .NET Framework 3.5 on Windows 8 with the help of Windows 8 DVD, use the following command. Before that put your Windows 8 DVD.
 
Dism /online /enable-feature /featurename:NetFx3 /All /LimitAccess /Source:x:\sources\sxs
 
And replace the x: with the drive of Windows 8.

Comments