You are on page 1of 2

Hello Guys !!! There is a long time passed i've not post what i am going to.

I've
promised to post it but i was too lazy to do that.
So, here all about how to
enable .net 3.5 on windos 10 and 8.1

Sometimes We face some irritating situation when we are going to install some tools or
sofwares to our pc. When we are going to install a window shows that our pc has not
.net 3.5 frameworks installed and need to install to install software or run correctly and
we can't install our favourate tools or softwares. It happend because .net 3.5 , 4.0 , 4.5 or
so on are a library like , when a developer made a tools or software there was a learge
code which prepare that software or tool to execute. so, every time there is not a
possible to write that learge code for a individual softwares in that case developers
invoke that library to their code. therefore developers now need not to type all that
learge code everytime thats why its time saving process to them.every .net framework
version has new library or technology. thats why we need to update every framework to
their latest version, its somehow more irritating when we download a .net 3.5
frameworks from internet and when we going to install frame work it stucks or
installing failed. So, Guys Stop WASTE Data and your valuable time. Every Version of
windows there is also a kb version, that need to be match with that framework you're
downloaded from internet. its very heard to match with framework's kb version and find
it. And the most Amazing thing you have to believe that a windows installation disk or a
original iso image has already own that framework and not installed by default. I don't
understand why microsoft build these os without .net 3.5 framework.
However The following tutorial is all about of " HOW TO INSTALL .NET 3.5
FRAMEWORKS TO WINDOWS 10 AND 8.1 OR LATER VERSION OF WINDOWS
"

Prerequirements :
Original Windows 8.1 / 10 iso image or disk
Time
Proceed :
1. At very first You need to run Command Prompt as Administrator. To do that
click on start and search command prompt or simply CMD and right click on cmd then
click on run as
Administrator.
2. If you have already own a originial windows installation disk of windows 10
or 8.1 . please insert it. either if you have a original iso image then leave this part, or if
you have
a original iso image, you can burn it to a disk. or leave it.
3. Type like the same as following : (remember its case sensetive )

Dism /online /enablefeature /featurename:NetFX3 /All /Source:D:\sources\sxs


/LimitAccess
OR
Dism /online /enablefeature /featurename:NetFX3 /All /LimitAccess
/Source:D:\sources\sxs
WHERE :
1. /Online targets the operating system you're running (instead of an offlin e
windows image).
2. /EnableFeature /FeatureName:NetFx3 Specifies that you want to enable
the .NET Framework 3.5.
3. /All Enables all parent features of the .NET Framework 3.5
4. /LimitAccess Prevents DISM from conracting windows update
5. /Source Specifies the location of the files needed to restore the feature (in
thes example, the x:\sources\sxs direcrtory).

Once i provided the above command in the console window , it started


installing it from the windows media. in my case it was the ISO image of the windows
8.1 original downloaded form windows main site mounted to a Virtual DVD ROM.
ONCE YOU TYPE THE ABOVE COMMAND ONTO CMD WITH ADMIN
MODE IT STARTS INSTALLING AND SHOW A PROGRESS BAR. WAIT TILL
INSTALLATION COMPLETE. NOW RESTART YOUR COMPUTER.

You might also like