Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created March 5, 2017 12:44
Show Gist options
  • Save tayyebi/f93e6aae5c4106a28e217e0eae0010b7 to your computer and use it in GitHub Desktop.
Save tayyebi/f93e6aae5c4106a28e217e0eae0010b7 to your computer and use it in GitHub Desktop.
Install .Net framework 3.5 on Windows using command line and Windows ISO sources
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment