Not planned
Windows 8/8.1/Server2012 .net 3.5 enabler
rem changes to the system drive
%SYSTEMDRIVE%
rem changes to the root of the directory
cd \
rem makes the folder from the windows cd
md %SYSTEMDRIVE%\sxs
rem copies the sxs sources from the cd, I just extracted the DVD into the folder.
xcopy "\\Server\Deployment\Windows Sources\SW_DVD5_SA_Win_Ent_8.1_64BIT_English_MLF_X18-96759\sources\sxs\*.*" /Y /E /Q /H "%SYSTEMDRIVE%\sxs"
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:%SYSTEMDRIVE%\sxs
0
Comments
http://www.ksdit.com/install-net-framework-3-5-windows-server-2012-windows-server-2012-r2/