if u don't replace the file it won't accept the WMC key... by replacing the file we fool windows 8 about Windows 8 pro is alreay installed activated before
two ways use online method by using add features from control panel OR use dism and install dvd or install iso using fallowing cammand Code: dism /online /enable-feature /featurename:netfx3 /source:"E:\sources\sxs" /limitaccess where E: is ur cd drive or mount drive
sorry this is to add netfx3.5 on installed system... to do the same to an image mount the image using Code: dism /mount-wim /wimfile:{wim path} /index:{image number in that wim} /mountdir:{temp mount directory} later just use Code: dism /image:{mount path} /enable-feature /featurename:netfx3 /source:"E:\sources\sxs" /limitaccess then commit the wim using Code: dism /unmount-wim /mountdir:{mount path} /commit
This is what i use... but yes any dir can be used.... Code: Dism /mount-wim /wimfile:C:\win8\wim\install.wim /index:1 /mountdir:C:\win8\mount
Got a question here... can I also add the N versions of Windows 8 (without WMP) into the all-in-one ISO?
Ok. My questions(if you could answer them): (1) what should I select under [Channel], _Default, Retail, or Volume; and (2) should I select “0” or “1” under [VL] ? As I've included Pro retail, Pro volume, Pro WMC and Server 2012 in all-in-one ISO.