THE COMMANDs FOR ENABLE NetFx3 on windows 8

Discussion in 'Windows 8' started by josef00, Mar 12, 2013.

  1. josef00

    josef00 MDL Junior Member

    Feb 22, 2013
    92
    11
    0
    #1 josef00, Mar 12, 2013
    Last edited by a moderator: Apr 20, 2017
    HI every one I was try to enable NetFx3 for windows 8 image and not working and the error was where the source file finally I found the right command for determined the source file for it and tested for online and offline succeed
    Code:
     for installtion windows use this command
     1-  Dism /Online /Enable-Feature /FeatureName:NetFx3 /source:"k:\\sources\\sxs" /LimitAccess     (working)
     2-  Dism /Online /Enable-Feature /FeatureName:NetFx3 /source:"k:\\sources\\sxs"                       ( working)
    "k:\\sources\\sxs" :source file (media installtion) change to DVD parameter 
    
       for add for image iso 
      dism /image:D:\\mount /enable-feature /featurename:NetFX3 /All /source:"k:\\sources\\sxs"
        mount image depent where you mount it in hdd  
        i confirm that these command working 100/100  
      
       
    
     
  2. OldMX

    OldMX MDL Addicted

    Jul 30, 2009
    539
    229
    30
    #2 OldMX, Mar 12, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Dism /online /enable-feature /featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccess 
    
    this one works for me