Thursday, September 29, 2011

Windows 8: Error 0x800F0906 while enabling Microsoft .NET Framework 3.5.1 (Can't connect to Windows Update)

Copy the SXS folder from the Windows 8 ISO to the C:\Temp folder.

Then run: dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\temp\sxs /LimitAccess

6 comments:

SHAUN said...

Nice. 'll be sure to plus this on google search. Also include information on how to run the command since one has to run cmd as administrator or elevated mcd.

Anonymous said...

you madea mistake you said to copy it to "C:\Temp folder" yet in command you reffering it to "c:\temp"

fix it and thanks for the tip ;)

Chickenwire said...

You da man! Worked like a charm.

Sorra said...

it works! Thankyou very much.
Better than Microsoft that respond "it's a beta version… etc"

bipin said...

i didn't understand

Ashish Kesarkar said...

Its Working.

Great Work!!!

Just Mount Windows 8 DVD on DVD Drive and RUN following command with Run As Admin

C:\Windows\system32>dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:h:\sources\sxs /LimitAccess

Where H:\ is your DVD drive where Windows 8 Media is mounted