Vous êtes sur la page 1sur 16

This problem occurs when you try to install the Microsoft .NET Framework 3.

5 on a
computer that is running Windows 10, Windows 8.1, Windows Server 2012 R2,
Windows 8 or Windows Server 2012.
Note Installation of the Microsoft .Net framework may throw errors that are not
listed in this article, but you might be able to try the following steps to fix those
errors as well.
Resolutions for Windows 8.1, Windows Server 2012 R2, Windows 8 or Windows
Server 2012

Error code 0x800F0906


This error code occurs because the computer cannot download the required files
from Windows Update.
Method 1: Check your internet connection
This behavior can be caused by network, proxy, or firewall configurations or by
network, proxy, or firewall failures. To fix this problem, try to connect to the
Microsoft Update website.
If you cannot access this website, check your Internet connection, or contact the
network administrator to determine whether there is a configuration that blocks
access to the website.
Method 2: Configure the Group Policy setting
This behavior can also be caused by a system administrator who configures 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
configure the Alternate source file path value or select the Contact Windows
Update directly to download repair content instead of Windows Server
Update Services (WSUS) option.
To configure the Group Policy setting, follow these steps:
1.

Start the Local Group Policy Editor or Group Policy Management Console.
Windows 8 and Windows Server 2012: Point to the upper-right corner of the screen,
click Search, type group policy, click Settings, and then click Edit group policy.

Windows 8.1 and Windows Server 2012 R2: Point to the upper-right corner of the
screen, click Search, type group policy, and then click Edit group policy.

2.

Expand Computer Configuration, expand Administrative Templates, and


then select System. The screen shot for this step is listed below.

3.

Open the Specify settings for optional component installation and


component repair Group Policy setting, and then select Enabled. The screen shot

for this step is listed below.

4.

If you want to specify an alternative source file, in the Alternate source file
path box, specify a fully qualified path of a shared folder that contains the contents
of the \sources\sxs folder from the installation media.
Example of a shared folder path: \\server_name\share\Win8sxs
Or, specify a WIM file. To specify a WIM file as an alternative source file location, add
the prefix WIM: to the path, and then add the index of the image that you want to
use in the WIM file as a suffix.
Example of a WIM file path: WIM:\\server_name\share\install.wim:3
Note In this example, 3 represents the index of the image in which the feature files
are found.

5.

6.
7.

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 OK.
At an elevated command prompt, type the following command, and then
press Enter to apply the policy immediately:
gpupdate /force
Method 3: Use Windows installation media
You can use the Windows installation media as the file source when you enable
the .NET Framework 3.5 feature. To do this, follow these steps:

1.

Insert the Windows installation media.

2.

At an elevated command prompt, run the following command:

Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs


/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:\sources\sxs
/LimitAccess
Method 4: Alternative steps for Windows Server 2012 and for Windows Server 2012
R2
In Windows Server 2012 and Windows Server 2012 R2, you can also specify an
alternative source by using Windows PowerShell cmdlts or by using the Add Roles
and Features Wizard.
To use Windows PowerShell, follow these steps:
1.
2.

Insert the Windows installation media.


In an elevated Windows PowerShell command window, run the following
command:
Install-WindowsFeature name NET-Framework-Core source <drive>:\sources\sxs
Note In this command, <drive> is a placeholder for the drive letter for the DVD
drive or for the Windows installation media. For example, you run the following
command:
Install-WindowsFeature name NET-Framework-Core source D:\sources\sxs
To use the Add Roles and Features Wizard, follow these steps:

1.

Insert the Windows installation media.

2.

Start the Add Roles and Features Wizard.

3.

On the Select features page, select the .Net Framework 3.5 Features
check box, and then click Next.

4.

On the Confirm installation selections page, click the Specify an


alternate source path link. The screen shot for this step is listed below.

5.

On the Specify Alternate Source Path page, type the path of the SxS
folder as a local path or as a network share path. The screen shot for this step is
listed below.

6.

Click OK.

7.

Click Install to finish the wizard.

Error code 0x800F081F


This error code can occur when an alternative installation source is specified and
one of the following conditions is true:

The location that is specified by the path does not contain the files that are
required to install the feature.

The user who tries to install the feature does not have at least READ access
to the location and to the files.

The set of installation files is corrupted, incomplete, or invalid for the version
of Windows that you are running.

To fix this problem, make sure that the full path of the source is correct
(x:\sources\sxs) and that you have at least Read access to the location. To do this,
try to access the source directly from the affected computer. Verify that the
installation source contains a valid and complete set of files. If the problem persists,
try to use a different installation source.

Error code 0x800F0907


This error code occurs if an alternative installation source is not specified or is
invalid and if the Specify settings for optional component installation and
component repair Group Policy setting is configured to "Never attempt to
download payload from Windows Update."
To fix this problem, review the policy setting to determine whether it is appropriate
for your environment. If you do not want to download feature payloads from
Windows Update, consider configuring the "Alternate source file path" value in the
Group policy setting.
Note You must be a member of the Administrators group to change Group Policy
settings on the local computer. If the Group Policy settings for the computer that
you want to manage are controlled at the domain level, contact your system
administrator.
To do this, follow these steps:
1.

Start Local Group Policy Editor or Group Policy Management Console as


applicable in your environment.

2.

Expand Computer Configuration, expand Administrative Templates, and


then select System.

3.

Open the Specify settings for optional component installation and


component repair Group Policy setting, and then select Enabled.

4.

Determine whether the Never attempt to download payload from


Windows Update Group Policy setting is enabled, and then determine the desired
setting for your environment.

5.

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

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

Path of a WIM file, in which 3 represents the index of the image in


which the feature files are found: WIM: \\server_name\share\install.wim:3

6.

If you want, select the Contact Windows Update directly to download


repair content instead of Windows Server Update Services (WSUS) check
box.

7.
8.

Tap or click OK.


At an elevated command prompt, type the following command, and then
press Enter to apply the policy immediately:
gpupdate /force

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907


To fix the error codes for Windows 10, follow these steps:
1.

2.
1.
2.

Download the Windows Media Creation tool, and create an ISO image
locally, or create an image for the version of Windows that you have
installed.
Configure the Group Policy as in Method 2, but also follow these steps:
Mount the ISO image that's created in step 1.
Point the "Alternate source file path" to the ISO sources\sxs
folder from the ISO.

3.

Run the gpupdate /force command.

4.

Add the .Net framework feature.

Error code 0x800F0922


The following error message occurs when you do Windows 10 upgrade:
0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and
generic commands failed.
Note This error code is not specific to .NET Framework.
To fix this issue, follow these steps:
1.

Open the .NET Framework installation files folder.

2.

Open Sources folder

3.

Right-click the SXS folder, and then click Properties.

4.

Click Security and make sure that there is a check mark next to Read
& Execute. If the check mark isnt there, click the Edit button and turn it on.

5.

Press Windows Key + X

6.

Click Command Prompt (Admin)

7.

In the Command Prompt window, type the following command and


press Enter:
dism /online /enable-feature /featurename:netfx3 /all /source:c:\sxs
/limitaccess

8.

In the Command Prompt window, type the following command and


press Enter:
dism /online /Cleanup-Image /RestoreHealth
More information

These errors may occur when you use an installation wizard, the Deployment
Image Servicing and Management (DISM) tool, or Windows PowerShell
commands to enable the .NET Framework 3.5.
In Windows 10, Windows 8.1, Windows 8, Windows Server 2012 R2, and
Windows Server 2012, the .Net Framework 3.5 is a Feature on Demand. The
metadata for Features on Demand is included. However, the binaries and
other files associated with the feature are not included. When you enable a
feature, Windows tries to contact Windows Update to download the missing
information to install the feature. The network configuration and how
computers are configured to install updates in the environment can affect
this process. Therefore, you may encounter errors when you first install these
features.

Error messages that are associated with these error codes


Error
Error messages
code
0x800F09 The source files could not be downloaded.
06
Use the "source" option to specify the location of the files that
are required to restore the feature. For more information on
specifying a source location, see http://go.microsoft.com/fwlink/?
LinkId=243077.
The DISM log file can be found at

C:\Windows\Logs\DISM\dism.log
Windows couldn't complete the requested changes.
Windows couldn't connect to the Internet to download necessary
files. Make sure that you're connected to the Internet, and click
"Retry" to try again.
Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role
services, or features again in a new Add Roles and Features
Wizard session, and on the Confirmation page of the wizard,
click "Specify an alternate source path" to specify a valid
location of the source files that are required for the installation.
The location must be accessible by the computer account of the
destination server.
0x800F0906 - CBS_E_DOWNLOAD_FAILURE
Error code: 0x800F0906
Error: 0x800f0906
The source files could not be found.
Use the "Source" option to specify the location of the files that
are required to restore the feature. For more information on
specifying a source location, see http://go.microsoft.com/fwlink/?
0x800F08 LinkId=243077.
1F
The DISM log file can be found at
C:\Windows\Logs\DISM\dism.log
0x800F081F - CBS_E_SOURCE_MISSING
Error code: 0x800F081F
Error: 0x800F081F
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at
C:\Windows\Logs\DISM\dism.log
Because of network policy settings, Windows couldn't connect to
0x800F09
the Internet to download files that are required to complete the
07
requested changes. Contact your network administrator for more
information.
0x800F0907 - CBS_E_GROUPPOLICY_DISALLOWED
Error code: 0x800F0907
Error: 0x800F0907

How to download the .NET Framework 3.5 outside of the


Windows Update requirement
The .NET Framework 3.5 is available for customers with Volume Licensing or
MSDN Subscription, as Feature on Demand Media is available.

Error codes are not listed when you install .NET Framework
3.5

When you install .NET Framework 3.5, you may encounter other error codes
that are not listed in this KB, for more information, go to the following
articles:
Artinya
Masalah ini terjadi ketika Anda mencoba untuk menginstal Microsoft .NET Framework 3.5 pada
komputer yang menjalankan Windows 10, Windows 8.1, Windows Server 2012 R2, Windows 8
atau Windows Server 2012.
Catatan Pemasangan kerangka Microsoft Net mungkin melemparkan kesalahan yang tidak
tercantum dalam artikel ini, tetapi Anda mungkin bisa mencoba langkah-langkah berikut untuk
memperbaiki kesalahan-kesalahan juga.

Resolusi untuk Windows 8.1, Windows Server 2012 R2, Windows 8 atau Windows Server 2012
0x800F0906 kode kesalahan
Kode kesalahan ini terjadi karena komputer tidak dapat men-download file yang dibutuhkan dari
Windows Update.
Metode 1: Periksa koneksi internet Anda
Perilaku ini dapat disebabkan oleh jaringan, proxy, atau konfigurasi firewall atau kegagalan
jaringan, proxy, atau firewall. Untuk memperbaiki masalah ini, mencoba untuk terhubung ke
situs web Microsoft Update.
Jika Anda tidak dapat mengakses situs ini, periksa koneksi internet Anda, atau hubungi
administrator jaringan untuk menentukan apakah ada konfigurasi yang blok akses ke situs web.

Metode 2: Konfigurasi pengaturan Kebijakan Grup


Perilaku ini juga dapat disebabkan oleh administrator sistem yang mengkonfigurasi komputer
untuk menggunakan Windows Server Update Services (WSUS) bukan server Microsoft
Windows Update untuk servis. Dalam hal ini, hubungi administrator sistem Anda dan meminta
mereka mengaktifkan Tentukan pengaturan untuk instalasi komponen opsional dan perbaikan
komponen pengaturan Kebijakan Grup dan mengkonfigurasi Alternatif file sumber nilai path
atau pilih kontak Windows Update secara langsung untuk men-download konten perbaikan
bukan Windows Server Update services (WSUS) pilihan.
Untuk mengkonfigurasi pengaturan Kebijakan Grup, ikuti langkah berikut: 1. Jalankan Group
Policy Editor Lokal atau Group Policy Management Console.

Windows 8 dan Windows Server 2012: Point ke sudut kanan atas layar, klik Search, jenis
kebijakan kelompok, klik Settings, dan kemudian klik Edit kebijakan kelompok.
Gambar
Windows 8.1 dan Windows Server 2012 R2: Point ke sudut kanan atas layar, klik Search, jenis
kebijakan kelompok, dan kemudian klik Edit kebijakan kelompok
Gambar
Memperluas Konfigurasi komputer, memperluas Template administratif, lalu pilih System.
Screen shot untuk langkah ini tercantum di bawah ini.
Gambar
Buka Tentukan pengaturan untuk instalasi komponen opsional dan komponen pengaturan
kebijakan perbaikan Group, dan kemudian pilih Diaktifkan. Screen shot untuk langkah ini
tercantum di bawah ini.
Gambar
Jika Anda ingin menentukan file sumber alternatif, di kotak path file sumber alternatif,
menentukan lintasan yang memenuhi syarat dari folder bersama yang berisi isi dari sumber \ \
folder sxs dari media instalasi.
Contoh dari path folder bersama: \\ SERVER_NAME \ share \ Win8sxs
Atau, menentukan file WIM. Untuk menentukan file WIM sebagai lokasi file sumber alternatif,
tambahkan awalan WIM: ke jalan, dan kemudian menambahkan indeks dari gambar yang ingin
Anda gunakan dalam file WIM sebagai akhiran.
Contoh path file WIM: WIM: \\ SERVER_NAME \ share \ install.wim: 3
Catatan Dalam contoh ini, 3 merupakan indeks dari gambar di mana file fitur ditemukan.
5.Jika itu berlaku untuk melakukan hal ini, pilih Hubungi Windows Update secara langsung
untuk men-download konten perbaikan bukan Windows Server Update Services (WSUS) kotak
centang.
6. Tekan atau klik OK.
7.At command prompt, ketik perintah berikut, dan kemudian tekan Enter untuk menerapkan
kebijakan segera:
gpupdate / force

Metode 3: media instalasi Gunakan Windows


Anda dapat menggunakan media instalasi Windows sebagai sumber berkas ketika Anda
mengaktifkan .NET Framework 3.5 fitur. Untuk melakukannya, ikuti langkah berikut:
1.Masukkan media instalasi Windows.
2.At command prompt, jalankan perintah berikut:
Dism / secara online / mengaktifkan-fitur / featurename: NetFx3 / All / Sumber: <berkendara>: \
sumber \ sxs / LimitAccess

Catatan Dalam perintah ini, <drive> merupakan tempat bagi huruf drive untuk DVD drive atau
untuk media instalasi Windows 8. Misalnya, Anda menjalankan perintah berikut:
Dism / secara online / mengaktifkan-fitur / featurename: NetFx3 / All / Sumber: D: \ sumber \ sxs
/ LimitAccess

Metode 4: Alternatif langkah untuk Windows Server 2012 dan Windows Server 2012 R2
Pada Windows Server 2012 dan Windows Server 2012 R2, Anda juga dapat menentukan
alternatif sumber dengan menggunakan Windows PowerShell cmdlts atau dengan
menggunakan Add Roles dan Fitur Wizard.
Untuk menggunakan Windows PowerShell, ikuti langkah berikut: 1.Masukkan media instalasi
Windows.
2. Dalam jendela perintah Windows PowerShell ditinggikan, jalankan perintah berikut:
Install-WindowsFeature -Nama NET-Kerangka-Core-source <berkendara>: \ sumber \ sxs
Catatan Dalam perintah ini, <drive> merupakan tempat bagi huruf drive untuk DVD drive atau
untuk media instalasi Windows. Misalnya, Anda menjalankan perintah berikut:
Install-WindowsFeature -Nama NET-Kerangka-Core-source D: \ sumber \ sxs
Untuk menggunakan Add Peran dan Fitur Wizard, ikuti langkah berikut: 1.Masukkan media
instalasi Windows.
2.Start Tambahkan Peran dan Fitur Wizard.
3.Pada Pilih fitur halaman, pilih Net Framework 3.5 Fitur Periksa kotak, dan kemudian klik
Berikutnya.
4. Pada halaman pilihan instalasi Konfirmasi, klik Tentukan link sumber jalur alternatif. Screen
shot untuk langkah ini tercantum di bawah ini.
Gambar
Pada halaman Sumber jalan Tentukan Alternatif, ketik lintasan folder SxS sebagai jalur lokal
atau sebagai jalur jaringan berbagi. Screen shot untuk langkah ini tercantum di bawah ini.
Gambar

Resolusi untuk Windows 10


kode kesalahan 0x800F0906, 0x800F081F, atau 0x800F0907
Untuk memperbaiki kode kesalahan untuk Windows 10, ikuti langkah berikut:
1.Download alat Windows Media Creation, dan membuat gambar ISO secara lokal, atau
membuat gambar untuk versi Windows yang telah Anda instal.
2.Configure Group Policy seperti pada Metode 2, tetapi juga ikuti langkah berikut: a.Mount ISO
image yang dibuat pada langkah 1.
b.Point yang "Alternatif sumber file path" ke sumber ISO \ folder sxs dari ISO.
c.Run perintah gpupdate / force.
d.Add fitur Net framework.

0x800F0922 kode kesalahan


Pesan kesalahan berikut terjadi ketika Anda melakukan Windows 10 Upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Pengolahan installer canggih dan perintah generik


gagal.
Catatan Kode kesalahan ini tidak spesifik untuk .NET Framework.
Untuk memperbaiki masalah ini, ikuti langkah berikut: 1. Buka Framework file instalasi folder.
folder Sumber 2.Open
3.Right-klik folder SXS, dan kemudian klik Properti.
4.Click Keamanan dan pastikan bahwa ada tanda centang di sebelah Baca & Jalankan. Jika
tanda centang tidak ada, klik tombol Edit dan menyalakannya.
5.Press Windows Key + X
6.Click Command Prompt (Admin)
7.In jendela Command Prompt, ketik perintah berikut dan tekan Enter:
dism / secara online / mengaktifkan-fitur / featurename: netfx3 / semua / sumber: c: \ sxs /
limitaccess
8.In jendela Command Prompt, ketik perintah berikut dan tekan Enter:
dism / secara online / Cleanup-Image / RestoreHealth

Informasi lebih lanjut


Kesalahan ini dapat terjadi ketika Anda menggunakan wizard instalasi, Servicing Deployment
Gambar dan Manajemen (DISM) alat, atau Windows PowerShell perintah untuk
mengaktifkan .NET Framework 3.5.
Pada Windows 10, Windows 8.1, Windows 8, Windows Server 2012 R2, dan Windows Server
2012, Net Framework 3.5 adalah Fitur on Demand. Metadata untuk Fitur on Demand
disertakan. Namun, binari dan file lain yang terkait dengan fitur tidak termasuk. Bila Anda
mengaktifkan fitur, Windows mencoba untuk menghubungi Windows Update untuk mendownload informasi yang kurang untuk menginstal fitur tersebut. Konfigurasi jaringan dan
bagaimana komputer dikonfigurasi untuk menginstal pembaruan di lingkungan dapat
mempengaruhi proses ini. Oleh karena itu, Anda mungkin mengalami kesalahan ketika Anda
pertama kali menginstal fitur ini.
Pesan kesalahan yang terkait dengan kode kesalahan ini

kode kesalahan
pesan kesalahan
0x800F0906
Sumber file tidak bisa di-download.
Gunakan "sumber" pilihan untuk menentukan lokasi file yang diperlukan untuk mengembalikan
fitur tersebut. Untuk informasi lebih lanjut tentang menentukan lokasi sumber, lihat
http://go.microsoft.com/fwlink/?LinkId=243077.
File DISM log dapat ditemukan di C: \ Windows \ Logs \ DISM \ dism.log
Windows tidak bisa menyelesaikan perubahan yang diminta.
Windows tidak bisa terhubung ke Internet untuk men-download file yang diperlukan. Pastikan
bahwa Anda terhubung ke Internet, dan klik "Coba lagi" untuk mencoba lagi.
Pemasangan satu atau lebih peran, layanan peran, atau fitur gagal.
Sumber file tidak dapat ditemukan. Mencoba menginstal peran, layanan peran, atau fitur lagi
dalam baru Tambahkan Peran dan Fitur sesi Wizard, dan di halaman Konfirmasi wizard, klik
"Tentukan jalur sumber alternatif" untuk menentukan lokasi yang valid dari sumber file yang
diperlukan untuk instalasi. Lokasi harus dapat diakses oleh account komputer dari server
tujuan.
0x800F0906 - CBS_E_DOWNLOAD_FAILURE
Kode kesalahan: 0x800F0906
Kesalahan: 0x800f0906
0x800F081F
Sumber file tidak dapat ditemukan.
Gunakan "Sumber" pilihan untuk menentukan lokasi file yang diperlukan untuk mengembalikan
fitur tersebut. Untuk informasi lebih lanjut tentang menentukan lokasi sumber, lihat
http://go.microsoft.com/fwlink/?LinkId=243077.
File DISM log dapat ditemukan di C: \ Windows \ Logs \ DISM \ dism.log
0x800F081F - CBS_E_SOURCE_MISSING
Kode kesalahan: 0x800F081F
Kesalahan: 0x800F081F
0x800F0907
DISM gagal. Tidak ada operasi dilakukan.
Untuk informasi lebih lanjut, meninjau file log.
File DISM log dapat ditemukan di C: \ Windows \ Logs \ DISM \ dism.log

Karena pengaturan kebijakan jaringan, Windows tidak bisa terhubung ke Internet untuk mendownload file yang diperlukan untuk menyelesaikan perubahan yang diminta. Hubungi
administrator jaringan Anda untuk informasi lebih lanjut.
0x800F0907 - CBS_E_GROUPPOLICY_DISALLOWED
Kode kesalahan: 0x800F0907
Kesalahan: 0x800F0907

Cara men-download .NET Framework 3.5 di luar kebutuhan Windows Update


.NET Framework 3.5 yang tersedia untuk pelanggan dengan Volume Licensing atau MSDN
Subscription, seperti Fitur on Demand Media tersedia.
kode kesalahan tidak tercantum ketika Anda menginstal .NET Framework 3.5
Ketika Anda menginstal .NET Framework 3.5, Anda mungkin mengalami kesalahan kode lain
yang tidak tercantum dalam KB ini, untuk informasi lebih lanjut, kunjungi artikel berikut:

Vous aimerez peut-être aussi