Saturday, September 14, 2013

Fix .NET3.5 problem on Windows8, Offline

After installing Windows 8 it will ask for downloading .NET3.5(with .NET 2.0 and .NET3.0).
You can fix this problem offline .You need only the installation media of Windows8.

Step1:
            Mount the installation media or installation file.
Step2:
           Run command Prompt as Administrator and type the following command:




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



 (Here my Windows8 installation media is in F drive.)

Hit enter and wait for 10 to 15mins. It will take time . After that a message
will be displayed that Process successfully completed. After that just restart
your computer.

Thats It. :) 

No comments:

Post a Comment