Created
August 19, 2014 19:41
-
-
Save davewilson/a66f2b084ffbaae5bc80 to your computer and use it in GitHub Desktop.
Install .NET 3.5 on Windows 8.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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