How to solve the error 0X800F0906 when installing .NET Framework 3.5 on Win8.1

Time: 2017-08-04Source: Huajun InformationAuthor: Five Horses Acacia

Step 1: Unzip the image file completely to a folder (preferably the root directory of the U disk)

Step 2: Find "cmd.exe" in the directory "C: Windowssystem32", right-click to run as administrator (the purpose of this step is to ensure that cmd has sufficient permissions to perform the required operations to avoid errors. An error occurred due to insufficient permissions), as shown below.

How to solve the error 0X800F0906 when installing .NET Framework 3.5 on Win8.1

Step 3: Enter the following code in the cmd window: "

Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:sourcessxs /LimitAccess" and press enter.

Note: 1. Here X is the drive letter of the USB flash drive.

2. It is best to directly copy and paste the code within quotation marks to avoid input errors.

3. If you extract the image to a folder on drive D or drive E, you must replace "X:" with the folder path. For example: if you extract the image to a folder on drive E called "win8" folder, the above code should be written as: "Dism /online /enable-feature /featurename:NetFx3 /All /Source:E:win8sourcessxs /LimitAccess".

Step 4: Wait patiently for the installation to complete.

How to solve the error 0X800F0906 when installing .NET Framework 3.5 on Win8.1

Related articles更多>>

Popular recommendations