Sometimes there’s the need to enable the .NET Framework 3.5 on a server for a particular application.
Below is the CMD command to do this.
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
Sometimes there’s the need to enable the .NET Framework 3.5 on a server for a particular application.
Below is the CMD command to do this.
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs