How to enable Dot NetFramework 3.0 feature in windows server 2012
How to enable Dot NetFramework 3.0 feature in windows server 2012 |
hklm\software\policies\microsoft\windows\windowsupdate
set usewuserver to 0 hexodecimal
net stop wuauserver
net start wuauserv
install-windowsfeatuer net-framework-core
net stop wuauserver
-------------------------------------------------------
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
-------------------------------------------------------
#using powershell
Install-WindowsFeature Net-Framework-Core -source \\network\share\sxs
Comments
Post a Comment
Thanks to write us