People face a problem to .NET Framework 3.5 For Windows 8. Cause after installing windows 8 need .NET Framework 3.5 for allow all kinds of apps or software.
Today i'm sharing a computer tips and tricks. By follow this tips you can easily Insatall .NET Framework 3.5 For Windows 8 offline with Run Command.
After installing windows 8 keep CD or USB pen-drive in your computer.
To Install .NET Framework 3.5 For Windows 8 with Run Command go to start menu and search cmd.exe (Command Prompt).
Then allow it as Run As Administrator .
You will see a pop up window below. Now copy the code below.
dism.exe /online /enable-feature /featurename:NetFX3 /Source:H:\sources\sxs /LimitAccess
 |
| Install .NET Framework 3.5 For Windows 8 with Run Command |
and paste it in the Command Prompt.
Mind it if your bootable drive is G:\ then your run command will like
dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess
Then progress will running. Wait until complete it 100%. That's all.
Tags: .NET Framework 3.5 install, install .NET Framework 3.5 , install .NET Framework 3.5 offline, .NET Framework 3.5 offline install, how to install .NET Framework 3.5 offline,