Udostępnij za pośrednictwem


Windows 8: Enable .NET Framework 3.5 (includes .NET 2.0 and 3.0) i.e. (NetFx3) feature in Online & Offline mode!

I have been using Windows 8 for last few months. When Windows 8 CP released I installed CP & subsequently RP too. When I wanted to install some 3rd party application in my Windows 8 VM, I realized that these applications require .NET Framework 2.0 or 3.0 in few cases. Apparently my virtual machine does not have internet connection. Obviously the first step for us is to check the Program and Features to enable any available additional features in an Operating System. This is what you see in your Control Panel –> Program and Features. Click on Turn Windows features on or off.

Here you can see .NET Framework as a feature and by default the feature is disabled. You can enable this particular right away using this GUI Tool but in order to do that you need to be connected to internet i.e. Online Mode. Other way is using DISM Command and this can be done in an Offline Mode using Windows 8 installation media. Let’s see these 2 methods.

Method 1: When you are Online, connected to Internet.

In order to install the following window click on the .NET Framework 3.5 (included .NET 2.0 and 3.0) select it & click OK

image

Now, it will download the entire package from the internet & install the .NET Framework feature.

Method 2: When you are Offline and not connected to Internet

If you open CMD.EXE with Administrative Privileges i.e. at elevated level & run the this DISM command dism /online /get-features you will see that from the State that .NET Framework is not part of the Operating System.

image

image

So the first thing you need to do is to copy the required package to local machine before you run the command to install .NET Framework. To do that use Windows 8 ISO/DVD/USB Media. You need to copy SXS folder to local machine located at D:\sources\sxs (In this case D: your drive letter on which you have loaded Windows 8 Media)

image

You can also use the following command to copy this folder locally. xcopy d:\sxs\*.* c:\sxs /s

Once completed, in order to install this feature you can run the following command dism /online /enable-feature /featurename:NetFx3 /All /Source:C:\sxs /LimitAccess  and hit Enter

image

After completing the installation of .NET Framework 3.5 you can see that the feature is enabled in the Control Panel –> Program and Features

image

Bingo. Now you can enable .NET Framework feature on Windows 8 without needing of an internet connection.

Enjoy

Update: There was a small typo in the command, I missed including : between source:C:\ . I did fix it. Thank you all for your comments & pointing that out :)

Comments

  • Anonymous
    January 01, 2003
    its really, really helpful,,,thanks a lot buddy,,,keep it up. Md. Hafiz Hasan

  • Anonymous
    January 01, 2003
    Thanx a lot.................

  • Anonymous
    January 01, 2003
    Thank you Dear for give me this solution

  • Anonymous
    January 01, 2003
    Offline method is giving following error Error: 0x800f081fThe source files could not be found.Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.The DISM log file can be found at C:WindowsLogsDISMdism.log

  • Anonymous
    January 01, 2003
    Hi I have Some problem for my pc. i want to play COREGAMES.net and it is need .Net framework 3.5 . But i try this when i finnish okey my pc message haven't to restart my pc . i restart ? But i dont know what is the next thing happen. can you help me ..??

  • Anonymous
    January 01, 2003
    i've done this but it doesn't work

  • Anonymous
    January 01, 2003
    which commond prompt i have to use..because it shows error that u need not evaluated DISM from this coomond prompt

  • Anonymous
    January 01, 2003
    ..thnx a million

  • Anonymous
    January 01, 2003
    Hi Jmi, You can do it that way as well. But in case if you do no have access to the Windows media. Copying it locally helps a lot in most cases. That's the only reason. Aviraj

  • Anonymous
    January 01, 2003
    Hi McDee, That was posted before RTM release i.e. Build 9200, hence covered it in Red to avoid any confusion :) Regards, Aviraj

  • Anonymous
    January 01, 2003
    Glad that it worked for everyone :)

  • Anonymous
    January 01, 2003
    hi i follow these steps
    i got an error
    Enabling feature(s)
    [===========================65.8%====== ]

    Error: 0x800f081f

    The source files could not be found.
    Use the "Source" option to specify the location of the files that are required t
    o restore the feature. For more information on specifying a source location, see
    http://go.microsoft.com/fwlink/?LinkId=243077.

    The DISM log file can be found at C:WindowsLogsDISMdism.log


    i copy the sxs file in c colon as a directory and give the cmd like this
    C:>dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess

    or i want to try from the dvd itself .pls tell if anyone helps appreciated . sorry for my english

  • Anonymous
    January 01, 2003
    thanks

  • Anonymous
    August 06, 2012
    Thanks a Milllion...I am using a 20kb connection and not able to download .net frame work offline This was so good Thanks...Again!

  • Anonymous
    August 09, 2012
    The comment has been removed

  • Anonymous
    August 12, 2012
    thank u very much it workssss.......:)

  • Anonymous
    August 25, 2012
    HAVE A GREAT LIFE

  • Anonymous
    August 27, 2012
    The comment has been removed

  • Anonymous
    September 13, 2012
    Thnx very much :) ... Works flawlessly :D...

  • Anonymous
    September 14, 2012
    Hi aviraj, I have followed the above method you described about installing dotnet3.5 from the installtion medium(DVD,USB). My question is is there a way to enable it to install dotnet3.5 by default when the OS is installed. I need to install the OS to about 20 systems so it becomes troublesome to everytime manually install. Is there a way to make it automatically install using DISM. any input much appreciated.

  • Anonymous
    October 10, 2012
    The comment has been removed

  • Anonymous
    October 12, 2012
    Great post indeed. I really like that you are providing information on .NET for freshers , Being enrolled  at www.wiziq.com/.../57-fresher-training-projects i found your information very helpful indeed. Thanks for it.

  • Anonymous
    October 12, 2012
    dism /online /enable-feature /featurename:NetFx3 /All /SourceC:sxs /LimitAccess' you have a missing colon between Source' and `C:'

  • Anonymous
    October 13, 2012
    thanks for the post, i have applied in my desktop and laptop but i am having a problem in my laptop it was not installed c:windowssystem32dism /online /enable-feature /featurename:NetFx3 /All /Source:E:sourcessxs /LimitAccess Error code: 87 The sources option is not recognize in this context.

  • Anonymous
    October 16, 2012
    Thanx buddy really helpful

  • Anonymous
    October 19, 2012
    Thanks for help the community of professional like us.

  • Anonymous
    October 25, 2012
    offlin method give error 84 and not works

  • Anonymous
    October 31, 2012
    Thank you very much .....

  • Anonymous
    November 01, 2012
    how mch time will cmd take??

  • Anonymous
    November 01, 2012
    Big Help thank you so much

  • Anonymous
    November 02, 2012
    It Works! In windows8 you can mount ISO files (without any other tool). Hence it is very easy to enable this feature.

  • Anonymous
    November 03, 2012
    It's showing error 87 what to do?

  • Anonymous
    November 03, 2012
    Thanks for your help, but I got the correct code: dism.exe /online /enable-feature /featurename:NetFX3 /Source:G:sourcessxs /LimitAccess Ayaan Kapoor Ayaankapoor123@gmail.com

  • Anonymous
    November 04, 2012
    thanks yoer my frines

  • Anonymous
    November 05, 2012
    tHanks alot mate...

  • Anonymous
    November 05, 2012
    correct code for error 87 dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess

  • Anonymous
    November 07, 2012
    you missed a : dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess

  • Anonymous
    November 16, 2012
    thanks Aviraj, it is working for me.

  • Anonymous
    November 17, 2012
    The comment has been removed

  • Anonymous
    November 18, 2012
    Hey, thanks, the offline method has worked for me

  • Anonymous
    November 18, 2012
    Muhammed Jafaruddin Amjadi Delete parameter /LimitAccess and it works :)

  • Anonymous
    November 21, 2012
    iam follows ayaan kpoor its works.......thanks

  • Anonymous
    November 22, 2012
    visit this link deepeshsingh93.wordpress.com/.../installing-the-net-framework-3-5-on-windows-8

  • Anonymous
    November 23, 2012
    i trie, it says... Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:Windowssystem32>Dism /online /enable-feature /featurename:NetFx3 /All /Sourc e:d:sourcessxs /LimitAccess Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Enabling feature(s) [===========================65.8%====== ] Error: 0x800f081f The source files could not be found. Use the "Source" option to specify the location of the files that are required t o restore the feature. For more information on specifying a source location, see go.microsoft.com/fwlink. The DISM log file can be found at C:WindowsLogsDISMdism.log C:Windowssystem32>... help me:(

  • Anonymous
    November 26, 2012
    The comment has been removed

  • Anonymous
    November 29, 2012
    I tried this on my pc but the command prompt says the source files could not be found

  • Anonymous
    December 01, 2012
    i was stuck at 99.8% by using cmd. any solutions?

  • Anonymous
    December 03, 2012
    The comment has been removed

  • Anonymous
    December 05, 2012
    i want to install my vodafone broadband app and it require 3.5 framework. I dont have the installation cd. What should i do?

  • Anonymous
    December 19, 2012
    Not work error code : 87 follow link: wall.jaysonragasa.net/.../Offline-installation-of-Net-Framework-35-in-Windows-8.aspx

  • Anonymous
    December 19, 2012
    Microsoft Windows [Version 6.2.8250] (c) 2012 Microsoft Corporation. All rights reserved. C:WINDOWSsystem32>DISM.exe /online /enable-feature /featurename:NetFX3 /All /S ource:"G:SourcesSXS" /LimitAccess Deployment Image Servicing and Management tool Version: 6.2.8250.0 Image Version: 6.2.8250.0 Enabling feature(s) [===========================99.8%========================= ] i was stuck here...!! :(

  • Anonymous
    December 19, 2012
    thanks a ton! the error 87 was only a disk drive issue. @Ayaan Kapoor, ty!

  • Anonymous
    December 20, 2012
    Thanks so much,so it worked,  DISM.exe /online /enable-feature /featurename:NetFX3 /Source:e:sourcessxs

  • Anonymous
    December 23, 2012
    thaks to aviraj and Muhammed Jafaruddin Amjadi.

  • Anonymous
    December 25, 2012
    this might help those error 87 thing. msdn.microsoft.com/.../hh506443.aspx ^_^

  • Anonymous
    December 31, 2012
    The comment has been removed

  • Anonymous
    December 31, 2012
    my netbook is hp mini 210 4000 plsss teach me and simple solution about my promlem

  • Anonymous
    December 31, 2012
    TITLE: SQL Server Setup failure.


SQL Server Setup has encountered the following error: There was a failure to calculate the default value of setting INSTANCEID. Error code 0x85640001.

BUTTONS: OK

  • Anonymous
    January 03, 2013
    But in ,windows 8 pro edition how can I enable .net 3.5 its dism code is wrong

  • Anonymous
    January 07, 2013
    I found a simple way on youtube.Check this out: www.youtube.com/watch

  • Anonymous
    January 08, 2013
    i have an problem during offline mode is.. error no. 87 featurename option is unknown. and i can't use spaces in commands. plzz help me.

  • Anonymous
    January 09, 2013
    Thanks for hints... i've been long time search method for this ... ^_^ wish u can post lots of useful posts

  • Anonymous
    January 10, 2013
    Thxx man..... U made me a happy man

  • Anonymous
    January 14, 2013
    It says the source files could not be found. I have given the correct path.. But it doesn,t work.

  • Anonymous
    January 17, 2013
    i got "error:87 the online/enable-feature/featurename option is unknown for more information, fefer to the help by running dism.exe/?" plz help me..........

  • Anonymous
    January 18, 2013
    That great everything went with ease.Thank you very much.

  • Anonymous
    January 21, 2013
    The comment has been removed

  • Anonymous
    January 22, 2013
    Thank you very very much, you really help me.

  • Anonymous
    January 23, 2013
    Too many typos: correct = dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess And no need to copy to C:sxs

  • Anonymous
    January 24, 2013
    thanks uncle I needed this to play a game!!!!!!!!!

  • Anonymous
    January 25, 2013
    Thanks a Zillllllionnnnnnnnnnnnnnnnnnnnnnnnnn.

  • Anonymous
    January 29, 2013
    i am using window 8 but there problem is net frame work and internet not supported please suggest me how i can solve these problem please reply. thank you.

  • Anonymous
    January 30, 2013
    sir when i run the last command then its says erorr 87

  • Anonymous
    January 31, 2013
    hi... i have a problem. when i run c:>dism /online /get-features  so an error occure like Error No.940 Cannot assign permission to access dism please help me.. thank you

  • Anonymous
    February 01, 2013
    dism /online /enable-feature /featurename:NetFx3 /All /SourceC:sxs /LimitAccess is not working its showing error as the source files could not be found..plz give me solution any on

  • Anonymous
    February 05, 2013
    The comment has been removed

  • Anonymous
    February 06, 2013
    sources file dowload from here www.uploadcore.com/znn7o2n62e6t permaent activator from here www.uploadcore.com/rb0y0lpd0rgd

  • Anonymous
    February 06, 2013
    yo.mate im useing win 8 but i have some problem i want login mbot in private sro . and when i download netframwork and steup it wont steup! i want help pls any reply me as soon possible time to help me

  • Anonymous
    February 08, 2013
    Seriously Great job.... its working cool dude... thanks alot

  • Anonymous
    February 09, 2013
    I dont know anything about PC's and I tried to follow your steps. It gives me an error code 740 Elevated permissions are required to run DISM What does this mean?

  • Anonymous
    February 09, 2013
    After many weeks of trying to install .Net2 and .Net3 as shown in the graphic above. I finally found a solution to my problem. I was getting error 800F0922.

  1. net stop winmgmt
  2. CD C:windowssystem32wbem
  3. rename repository repository.old
  4. net start winmgmt I am using Windows 8 Pro 64bit version. AJC sync now installs.
  • Anonymous
    February 09, 2013
    download here source file... http://bit.ly/XQRdNS

  • Anonymous
    February 12, 2013
    I am using a 20kb connection and not able to download .net frame work offline

  • Anonymous
    February 15, 2013
    gives 0x800F081F error after reaching 65.8% in offline method.

  • Anonymous
    February 19, 2013
    thanks u very very much man !!!!!!!!!!

  • Anonymous
    February 20, 2013
    i can't do it an error occures.c:/windows/logs/dism/dism.log not present.but that file is present in my disc

  • Anonymous
    March 02, 2013
    It's showing error 740 what to do? Email: mdbiplob0125@gmail.com

  • Anonymous
    March 02, 2013
    it didn't work for me sir can you fin me another alt?

  • Anonymous
    March 06, 2013
    when i install, it says error 87. how this happen

  • Anonymous
    March 07, 2013
    i want to download net framework manually to my lap acer aspire

  • Anonymous
    March 10, 2013
    what if one downloaded and installed windows from a installer, lack of iso, lack of cd. and no internett :(

  • Anonymous
    March 13, 2013
    m bt able 2 understand plzzz help me out i want 2 install ma vodafone dongle setting

  • Anonymous
    March 13, 2013
    Thanks for this. As soon as I saw Chan's comment below with the correct command I was all set: dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess

  • Anonymous
    March 17, 2013
    offline mode is not working yaar..plz help...

  • Anonymous
    March 21, 2013
    i like you !!! perfecto !! :D

  • Anonymous
    March 29, 2013
    Thank you. I have been dreading downloading this software each time I needed it.

  • Anonymous
    March 29, 2013
    error 87 please help me :(

  • Anonymous
    March 31, 2013
    This method is 100% working and perfect

  • Anonymous
    April 01, 2013
    it works thnx.any1 who needs a help about enabling .net framework using offline mode ask me at (bradleyvusi@yahoo.com)

  • Anonymous
    April 01, 2013
    Thanks alot, solved my problem in 2mins

  • Anonymous
    April 06, 2013
    Missing colon between source and drive path. working command: dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess  

  • Anonymous
    April 07, 2013
    thanks a ton bro it works.!!!! :)

  • Anonymous
    April 07, 2013
    Thanx macha.. Long live..

  • Anonymous
    April 10, 2013
    perfect, helps a lot

  • Anonymous
    April 13, 2013
    Method to resolve for error 87 you have to copy sxs to the c: as 'directory' and not as 'File' then overwrite all. Problem solved

  • Anonymous
    April 14, 2013
    My connection these days, are going extreemely slow, and unable to do the Online method. So I just do the offline method. The problem is, my Windows 8 DVD hasn't got the 'SXS' folder. How do I solve then?

  • Anonymous
    April 16, 2013
    you are a star. Much respect. Thanks a lot.

  • Anonymous
    April 18, 2013
    THANK YOU. ITS PEOPLE LIKE YOU THAT MAKE THE WORLD BETTER BY GIVING CLEAR AND SIMPLE DIRECTIONS WITH 2 METHODS

  • Anonymous
    April 19, 2013
    thanks.but why red-paint the image version part in the cmd pic above? hiding something? just curious

  • Anonymous
    April 26, 2013
    thanks

  • Anonymous
    April 29, 2013
    KEEP IT ON

  • Anonymous
    May 01, 2013
    i love u

  • Anonymous
    May 04, 2013
    hii abiraj, i have a problem my laptop s connected to internet with the help of net setter but when i download .net package it will shows internet not connected why???

  • Anonymous
    May 10, 2013
    thank u very much it workssss.......:)

  • Anonymous
    May 12, 2013
    it's says - couldn't connect to windows update can you help

  • Anonymous
    May 17, 2013
    i followed above methods bt it was nt downloadong..

  • Anonymous
    June 03, 2013
    you are a hero hankzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

  • Anonymous
    June 10, 2013
    Thanks Sir...!!

  • Anonymous
    June 10, 2013
    Thank you very much Aviraj. I was confused how to download .netframework 3.5. But that's not problem anymore. It's work, off course with your guidance. Thank you

  • Anonymous
    June 16, 2013
    not working dude.

  • Anonymous
    June 16, 2013
    I have followed your tutorial step by step in the offline mode but after 65.8% an error comes 0x800f081f I have windows 8 pro 64 bit installed in my pc...

  • Anonymous
    June 17, 2013
    The comment has been removed

  • Anonymous
    June 18, 2013
    ther

  • Anonymous
    June 20, 2013
    xvfxn bsfFfwaz

  • Anonymous
    June 20, 2013
    Thanks a Milllion...I am using a

  • Anonymous
    June 23, 2013
    that folder is already exist in C:WindowsWinSxS but still, i have a problem it is not enabled

  • Anonymous
    June 27, 2013
    The comment has been removed

  • Anonymous
    July 03, 2013
    dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess This is the correct cpde. ;)

  • Anonymous
    July 13, 2013
    dude i dont have dvd plzz help me

  • Anonymous
    July 14, 2013
    The comment has been removed

  • Anonymous
    July 16, 2013
    No bro. For me the .nt s nt activated

  • Anonymous
    July 16, 2013
    Thanks a lot for this! it's great! peace!

  • Anonymous
    July 22, 2013
    It not works for me :(. The computer tells me I dosen't have "files from Windows Update".

  • Anonymous
    July 22, 2013
    It dosen't works. :(( . "Windows needs files form Windows Update to finish installing some features."

  • Anonymous
    July 22, 2013
    thank you.................. my friend this is very much helpful 4 me...........

  • Anonymous
    July 23, 2013
    thanx

  • Anonymous
    August 02, 2013
    The comment has been removed

  • Anonymous
    August 06, 2013
    It's dosen't works...Say me "it's a problem with connection with the internet" or something like this...error0x800F0906...:( HELP ME PLEASE!

  • Anonymous
    August 06, 2013
    when i enable net framework3.5 and then ok.I have a internet connection but download error code show what i do tell me please

  • Anonymous
    August 11, 2013
    Thank you very much

  • Anonymous
    August 16, 2013
    Bundal of Thanks

  • Anonymous
    August 17, 2013
    The comment has been removed

  • Anonymous
    August 19, 2013
    elevated permissin are required to run dism

  • Anonymous
    August 19, 2013
    This is not download in my laptop so tell me whats the problem ??????? plz give me rly on my email.  My id is keyur7097@yahoo.com......

  • Anonymous
    August 21, 2013
    This procedure are not working in my computer. What would we do.

  • Anonymous
    September 01, 2013
    The comment has been removed

  • Anonymous
    September 02, 2013
    thank ...................

  • Anonymous
    September 11, 2013
    how should i install dot net on windows 8

  • Anonymous
    September 21, 2013
    When i enter dism /online /get-features cmd shows Error: 740

  • Anonymous
    September 22, 2013
    C:Windowssystem32>Dism.exe /online /enable-feature /featurename:NetFX3 /All /S ource:G:sourcessxs /LimitAccess Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Enabling feature(s) [===========================65.8%======                    ] Error: 0x800f081f

  • Anonymous
    September 25, 2013
    i have a prob is is showing Error: 740 Elevated permissions are required to run DISM. Use an elevated command prompt to complete these tasks.

  • Anonymous
    September 27, 2013
    It tell me error 740 when I just do the first step which is dism/online/get-feature

  • Anonymous
    September 30, 2013
    I cannot able to do offline.I is showing error C:>dism /online /enable-feature /featurename:NetFx3 /All /SourceJ:sxs /LimitAccess Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Error: 87 The sourcej option is not recognized in this context. For more information, refer to the help. The DISM log file can be found at C:WindowsLogsDISMdism.log How can I clear my error and do the .net offline ? plse tell

  • Anonymous
    October 05, 2013
    The comment has been removed

  • Anonymous
    October 10, 2013
    Its not working with windows 8 professional it is saying source file could not be found at 65.8% trying offline suggest me a method

  • Anonymous
    October 12, 2013
    please help me install  NET Frame 3.5

  • Anonymous
    October 13, 2013
    Originally this method did not work for me. It turned out the hard disk that I had cleared during the Windows 8 installation process was not entirely cleared - there was ghost data from a HP recovery partition that was causing the Dism method to fail each time. This persisted through several re-formats and re-installations of Windows 8 using the commercial install DVD. So I burned a disk utility and zero-filled the hard drive. After reinstalling Windows 8, the process worked flawlessly. Just posting in case anyone else has similar issues.

  • Anonymous
    October 18, 2013
    Aviraj There's a small bug/typo in your post. The sample command you have given is missing a ":" after source. You have given it as "dism /online /enable-feature /featurename:NetFx3 /All /SourceC:sxs /LimitAccess  " but it should be like "dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess". Else throws an error "The sources option is not recognize in this context.". But a great post. A life saver for many I believe. Thanks a lot. You are a genius. Ramprakash Sharma (One of Your PUG audiences :) )

  • Anonymous
    October 22, 2013
    this not working plese help me .......................................................................

  • Anonymous
    October 23, 2013
    my computer need the NET Framework 3.5 for windown 8

  • Anonymous
    October 23, 2013
    why it doesn't work on me there's always an error code 0X00F081F

  • Anonymous
    October 25, 2013
    man every time i try to do this it shows error 87.i have tried every possible way to enable this feature but it dosent work!please help.

  • Anonymous
    October 31, 2013
    Sweet As F***, Thanks a lot mate... Brilliant!!!!!!

  • Anonymous
    November 01, 2013
    Thank you. I have downloaded the thing but i have to check whether it is useful or not for installing my printer.

  • Anonymous
    November 08, 2013
    I follow ur instruction.... At last source file is missing error detect....

  • Anonymous
    November 10, 2013
    I have problem  for activated .netframe error occure

  • Anonymous
    November 12, 2013
    Please use this command instead of the given above.... "dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sourcessxs /LimitAccess"

  • Anonymous
    November 14, 2013
    The comment has been removed

  • Anonymous
    November 15, 2013
    Hi,Can any body tell me where i should paste the sxs file from the disc to my laptop? please make an example because i can't find the file sourcessxs in my laptop. thanks in advance for your answers.

  • Anonymous
    November 16, 2013
    this is great. after a long struggle this is the bridge for overcoming  .net framework 3.5. once again thanx a lot. yesssssss

  • Anonymous
    November 20, 2013
    sir i have a problem in my clg project nd i need ur help...sir please gimmi ur mail id.. my mail id is the.great.ishan.upadhyay@gmail.com... sir plzz its my humble request...please contact...

  • Anonymous
    November 21, 2013
    you are missing the colon in your code.

  • Anonymous
    November 22, 2013
    can u tell me is this work for windows 8.1 and where is the source/sxs is located

  • Anonymous
    November 24, 2013
    Except for the missing colon between colon between the "/Source" parameter and directory location, worked fine!

  • Anonymous
    December 02, 2013
    The comment has been removed

  • Anonymous
    December 04, 2013
    I am using windows 8 for one yers . when i want to setup bijoy in wants net framework and net connection. then what i do i have no net  connection.

  • Anonymous
    December 05, 2013
    thanxxxxxx     alottt.. u r great, hats of to u sir

  • Anonymous
    December 07, 2013
    I copied sxs folder to c: when running the second command it could not run due to error: 87

  • Anonymous
    December 15, 2013
    Thank you brother.

  • Anonymous
    December 17, 2013
    thank u so much bro :)

  • Anonymous
    January 15, 2014
    i am using windows 8 and the system is requesting for net framework what do i do?

  • Anonymous
    January 16, 2014
    what is the next step when finnish the .NET Framework 3.5 bec. the computer have to restart. i click the restart now ?

  • Anonymous
    January 16, 2014
    what is the next step when finnish the .NET Framework 3.5 bec. the computer have to restart. i click the restart now ?

  • Anonymous
    January 16, 2014
    Hi.I have a problem for next step when you finnish okey the .NET Framework my pc message RESTARTYOURPCNOW.. I restart ?

  • Anonymous
    January 16, 2014
    Hi. My computer message , when i finnish okey the .NET Framework it haven't restart ? I dont know what is next thing will happen.

  • Anonymous
    January 16, 2014
    HiI have some problem for my pc. Bec. When i finnish okey the .NET Framework my pc message RESTARTYOURPCNOW . I dont know what is the next thing happen. CAN YOU HELP me . I have to restart ?

  • Anonymous
    January 16, 2014
    Hi I have Some problem for my pc. i want to play COREGAMES.net and it is need .Net framework 3.5 . But i try this when i finnish okey my pc message haven't to restart my pc . i restart ? But i dont know what is the next thing happen. can you help me ..??

  • Anonymous
    January 16, 2014
    Hi I have Some problem for my pc. i want to play COREGAMES.net and it is need .Net framework 3.5 . But i try this when i finnish okey my pc message haven't to restart my pc . i restart ? But i dont know what is the next thing happen. can you help me ..??

  • Anonymous
    January 16, 2014
    Hi I have Some problem for my pc. i want to play COREGAMES.net and it is need .Net framework 3.5 . But i try this when i finnish okey my pc message haven't to restart my pc . i restart ? But i dont know what is the next thing happen. can you help me ..??

  • Anonymous
    January 18, 2014
    its not working...!

  • Anonymous
    January 19, 2014
    شكرا كتير إلك بالعربي (انا لسى ما جربت الطريقة بس بإذن الله بيمشي الحل )وبالـ En: Thanx

  • Anonymous
    January 20, 2014
    ik ben gay

  • Anonymous
    January 20, 2014
    ik ben gay

  • Anonymous
    January 24, 2014
    tnx

  • Anonymous
    January 25, 2014
    WOW...Man you are great...Thanks

  • Anonymous
    January 25, 2014
    thank you

  • Anonymous
    January 25, 2014
    Thank you very much

  • Anonymous
    January 25, 2014
    Thank you very much.................................................................................

  • Anonymous
    January 26, 2014
    error Error: 0x800f081f The source files could not be found. Use the "Source" option to specify the location of the files that are required t o restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. The DISM log file can be found at C:WindowsLogsDISMdism.log- help me pro

  • Anonymous
    January 28, 2014
    The comment has been removed

  • Anonymous
    January 28, 2014
    The comment has been removed

  • Anonymous
    January 30, 2014
    Check out this extremely easy solution geekworldvillage.blogspot.com

  • Anonymous
    February 01, 2014
    its really help... tx dude

  • Anonymous
    February 01, 2014
    thankx

  • Anonymous
    February 01, 2014
    my net framework is not unable to installed

  • Anonymous
    February 02, 2014
    This is the only part i didnt understand, i really need this geneios.

  • Anonymous
    February 02, 2014
    Windows 8 ISO/DVD/USB Media. this part

  • Anonymous
    February 06, 2014
    good indie and easy to download

  • Anonymous
    February 14, 2014
    i can't download .net frame y

  • Anonymous
    February 14, 2014
    i can't download .net frame y

  • Anonymous
    February 14, 2014
    i can't download .net frame y

  • Anonymous
    March 13, 2014
    The comment has been removed

  • Anonymous
    March 15, 2014
    cool

  • Anonymous
    March 18, 2014
    thanks

  • Anonymous
    March 20, 2014
    Thank you for taking the time to put this up, it worked for me too

  • Anonymous
    March 21, 2014
    It works, thanks a lot.

  • Anonymous
    March 22, 2014
    Very helpful

  • Anonymous
    March 23, 2014
    Thanks, I can use my windows 7 programs now

  • Anonymous
    March 23, 2014
    Thanks, I can use my windows 7 programs now

  • Anonymous
    March 26, 2014
    HOW TO elevated level & run the this DISM command?

  • Anonymous
    March 28, 2014
    http://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe

  • Anonymous
    March 31, 2014
    The comment has been removed

  • Anonymous
    April 04, 2014
    Thanks a lot. . . very helpful. keep posting more power

  • Anonymous
    April 04, 2014
    thank a lot. . . more power

  • Anonymous
    April 04, 2014
    So cool. . . Thanks a lot

  • Anonymous
    April 04, 2014
    Thank a billion times. . .

  • Anonymous
    April 07, 2014
    Thanks very much....it work for me

  • Anonymous
    April 08, 2014
    The comment has been removed

  • Anonymous
    April 09, 2014
    good

  • Anonymous
    April 10, 2014
    54656

  • Anonymous
    April 10, 2014
    yyhjyhjyrhj

  • Anonymous
    April 14, 2014
    error occured

  • Anonymous
    April 14, 2014
    The operation is not completiing but shows error after completing 68.5%.....Please solve...

  • Anonymous
    April 16, 2014
    plse help where to copy?

  • Anonymous
    April 19, 2014
    my good luck that i solved the problam......................
    thanks............

  • Anonymous
    April 23, 2014
    thanks a lot you are really; doing a very good job

  • Anonymous
    April 24, 2014
    Thanks alot

  • Anonymous
    April 26, 2014
    Thank you very much..like seriously I have a 2MB/s internet speed but still I was not able to download the file, it was always stuck in the end, I tried downloading from Microsoft and also softonic..you can download it from nowhere..until you have enabled it from windows...THANK YOU VERY MUCH

  • Anonymous
    April 29, 2014
    Thank you very much. This was a great help.

  • Anonymous
    May 03, 2014
    it shows error

  • Anonymous
    May 05, 2014
    I have a problem it says "The source files could not be found" please help ASAP thanks..

  • Anonymous
    May 08, 2014
    When I do that it shows dism log file location what can I do

  • Anonymous
    May 13, 2014
    thank you very much i was very hardly searching for the full download. thanks once again

  • Anonymous
    May 19, 2014
    The comment has been removed

  • Anonymous
    May 24, 2014
    The comment has been removed

  • Anonymous
    May 25, 2014
    Many thanks

  • Anonymous
    May 26, 2014
    The comment has been removed

  • Anonymous
    May 26, 2014
    error:0x800f096

    it says "the file could not be downloaded"

  • Anonymous
    May 31, 2014
    helo goys

  • Anonymous
    May 31, 2014
    The comment has been removed

  • Anonymous
    June 13, 2014
    ERROR 0x800F081F

  • Anonymous
    June 14, 2014
    Thanks aloooooooot :)

  • Anonymous
    June 16, 2014
    thank you for such a great help ,really was useful

  • Anonymous
    June 17, 2014
    i tryed it your way but it is not helping cmd says that 'the source file could not be found' but i coppyed it into C ussing normal copy paste and using cmd what should i do now

  • Anonymous
    June 19, 2014
    thanks works well

  • Anonymous
    June 19, 2014
    thanks alot sir....

  • Anonymous
    June 21, 2014
    THANKS IS OK

  • Anonymous
    June 23, 2014
    Rocking solution Aviraj :)

  • Anonymous
    June 25, 2014
    The comment has been removed

  • Anonymous
    June 25, 2014
    I use phone my pc from software for me, on about 7 difrent pc's and laptop's in my home, kinda as a security thing. I can look, and listen in anytime, any pc i want, except the new laptop with win8. This helps a great deal, and has made my life easier, and more in control of whats going on. Thanks.

  • Anonymous
    June 25, 2014
    thanks elaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  • Anonymous
    June 26, 2014
    thanks,so much

  • Anonymous
    June 26, 2014
    thanks,so much

  • Anonymous
    June 28, 2014
    thank a lot

  • Anonymous
    June 28, 2014
    thank a lot

  • Anonymous
    July 01, 2014
    no. of times Thank You

  • Anonymous
    July 02, 2014
    not working

  • Anonymous
    July 05, 2014
    no sxs folder in source. what to do now ?

  • Anonymous
    July 06, 2014
    SUUUUUUUUUUUUUUUUUUUUUUUPER. 1000% working. THANKS

  • Anonymous
    July 10, 2014
    Thanks it works had a problem but fixed it

  • Anonymous
    July 11, 2014
    Thanks........
    I am successful y download this.

  • Anonymous
    August 03, 2014
    Thank you bro..!

  • Anonymous
    August 03, 2014
    it says access denied. XD

  • Anonymous
    August 13, 2014
    u copy the sxs file to ur system drive c as for making it easy for ppl as the system drive is always named a c and the removable media can change its drive letter

  • Anonymous
    August 15, 2014
    Thnx (it worked for me )+*

  • Anonymous
    August 17, 2014
    i do not find in cmd it has already c:/
    user/ashok

  • Anonymous
    August 19, 2014
    I don't know how to paste and where to paste this sxs folder I have copied from My WIndows DVD......wht to do with it pls help me out?

  • Anonymous
    September 05, 2014
    The comment has been removed

  • Anonymous
    September 05, 2014
    Thanks a lot for the solution

  • Anonymous
    September 16, 2014
    Hey! I got stuck in error 87
    0 files copied
    It can be found at dism.log
    Please help

  • Anonymous
    January 24, 2015
    Good work buddy. Thank you very much

  • Anonymous
    February 11, 2015
    thank u very nuch..........

  • Anonymous
    February 13, 2015
    thank's .......

  • Anonymous
    February 19, 2015
    i am getting error;740

  • Anonymous
    February 22, 2015
    Thank you v much bro

  • Anonymous
    February 24, 2015
    This is worthless. Followed instructions to the letter and still getting Windows couldn't find required files to complete the requested changes. Make sure you're connected to the Internet and try again. Error code: 0x800F081F. This makes no since. I am connected to the internet. That is how I was able to download the .Net Framework 3.5. Keep getting in this endless loop of no help. Calling Microsoft is all so no help. Substandard OS. I will never buy any MS product. Staying with Android or Apple.

  • Anonymous
    February 26, 2015
    Thnks a lot. it worked so perfectly

  • Anonymous
    March 02, 2015
    this has also failed to work

  • Anonymous
    March 06, 2015
    Hi I Want To Download NET FREMEWORK 3.5

  • Anonymous
    March 06, 2015
    Hi I Want To Download NET FREMEWORK 3.5

  • Anonymous
    March 18, 2015
    It's succeeded after trying too many times...
    Thanks to all :-)

  • Anonymous
    March 18, 2015
    It's succeeded after trying too many times...
    Thanks to all :-)

  • Anonymous
    March 22, 2015
    Awesome!!!!

    Thanks a lot.

  • Anonymous
    March 25, 2015
    sir i ws getting an error 740

  • Anonymous
    April 06, 2015
    tai sao chay window server 2012 cung bi cai loi nay.bay cai dat phan mem nay vao co ai biet khong chi voi

  • Anonymous
    April 13, 2015
    ty for helping

  • Anonymous
    June 05, 2015
    I tried online, but its still says not all the features will be installed

  • Anonymous
    June 09, 2015
    Thanks it's wark

  • Anonymous
    June 12, 2015
    The comment has been removed

  • Anonymous
    June 15, 2015

  1. Right click on start > command prompt (admin) > click yes 2. C:Windowssystem32>dism_/online_/get-features 3. Press Enter 4. Now copy windows 8,8.1 dvd or iso sources folder to any drive 5. C:Windowssystem32>dism_/online_/enable-feature_/featurename:NetFx3_/All_/Source:E:sourcessxs_/LimitAccess 6. Press enter You see you done. Note - 1. I use _ this sign for show space don't use in command prompt 2. In 5 :E: Is drive where you store sxs file
  • Anonymous
    June 19, 2015
    C:>dism /online /enable-feature /featurename:NetFx3 /All /Source:C:sxs /LimitAccess
    It shows error 740

    What to do?
  • Anonymous
    July 11, 2015
    gives 0x800F081F error after reaching 65.8% in offline method.
  • Anonymous
    July 14, 2015
    Hi, I am not able to install .NET Framework 3.5 in my windows 8 machine. I saw your article but I do nt know how to copy the package into my local drive. Please guide me in it. You can contact me in jassudeora2012@gmail.com