Net Framework 3.5 CLI Install

From KlavoWiki
Revision as of 00:03, 11 February 2015 by David (talk | contribs) (Created page with "To install .Net Framework 3.5 from the command prompt. <pre> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs </pre> The above comman...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To install .Net Framework 3.5 from the command prompt.

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs

The above command is assuming your Windows source files is D: