Skip to content

Instantly share code, notes, and snippets.

@davewilson
Created August 19, 2014 19:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewilson/a66f2b084ffbaae5bc80 to your computer and use it in GitHub Desktop.
Save davewilson/a66f2b084ffbaae5bc80 to your computer and use it in GitHub Desktop.
Install .NET 3.5 on Windows 8.1
Fix error code 0x800F0906 when trying to install .NET 3.5 on Windows 8.1
dism /online /enable-feature /featurename:NetFx3 /all /source:d:\sources\sxs /limitaccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment