Installing .NET Framework 3.5 - 3.0 - 2.0 Error 0x800F0906

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Home Downloads Merchandise Members Sections

Table of Contents
Installing .NET Framework 3.5 / 3.0 / Error code: 0x800F0906

2.0 Error 0x800F0906 Con gure Group Policy –


Option 1
Chris Titus | Jul 1, 2013 | Windows Use DISM via PowerShell –
Option 2
Recently I had error 0x800F0906 when doing a dot net framework update.
http://support.microsoft.com/kb/2734782 Note: You could take this resolution further and push
it out via network script if needed. Make sure to copy the Windows 8 DVD to a local network
drive before attempting.

To resolve this problem, use one of the following methods, as appropriate for the error code
that you are receiving.

Error code: 0x800F0906


This error code occurs because the computer cannot download the required les from Windows
Update.

This behavior can be caused by a system administrator who con gures the computer to use
Windows Server Update Services (WSUS) instead of the Microsoft Windows Update server for
servicing. In this case, contact your system administrator and request that they enable the
Specify settings for optional component installation and component repair Group Policy setting
and con gure the Alternate source le path value or select the Contact Windows Update
directly to download repair content instead of Windows Server Update Services (WSUS) option.

Con gure Group Policy – Option 1


Start the Local Group Policy Editor or Group Policy Management Console.
Expand Computer Con guration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy
setting, and then select Enabled.

If you want to specify an alternative source le, in the Alternate source le path box, specify a
fully quali ed path of a shared folder that contains the contents of the sources\sxs folder from
the installation media. Or, specify a WIM le. To specify a WIM le as an alternative source le
location, add the pre x WIM: to the path, and then add the index of the image that you want to
use in the WIM le as a suf x. The following are examples of values that you can specify:

Path of a shared folder: \server_name\share\Win8sxs

Path of a WIM le, in which 3 represents the index of the image in which the feature les are found:
WIM: \server_name\share\install.wim:3

If it is applicable to do this, select the* Contact Windows Update directly to download repair
content instead of Windows Server Update Services (WSUS)* check box.
Tap or click* O*K.
At an elevated command prompt, type the following command and then press Enter to apply
the policy immediately:
gpupdate /force

Use DISM via PowerShell – Option 2


Insert the Windows 8 or Windows Server 2012 installation media.

1 At an elevated command prompt, run the following command: Dism /online /enable-feature
/featurename:NetFx3 /All /Source:Drive:sourcessxs /LimitAccess Note In this command, Drive is a
placeholder for the drive letter for the DVD drive or for the Windows 8 installation media. For example,
you run the following command:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:sourcessxs /LimitAccess

Privacy

Terms & Conditions

You might also like