Home  >  Article  >  Operation and Maintenance  >  How to install .NET Framework3.5 offline in win10

How to install .NET Framework3.5 offline in win10

王林
王林Original
2020-06-13 10:25:4412597browse

How to install .NET Framework3.5 offline in win10

The method to install .NET Framework 3.5 offline on win10 is:

1. Open Computer Management, expand the service list, and open the windows update service

How to install .NET Framework3.5 offline in win10

2. Find the win10 iso file, right-click and select [Load]

How to install .NET Framework3.5 offline in win10

At this time we will find that the system has passed a drive letter , my G drive here is

How to install .NET Framework3.5 offline in win10

3. Then run the command prompt as an administrator and execute the following command

dism.exe /online /enable-feature /featurename:netfx3 /Source:G:\sources\sxs

If the above command fails to execute , the reason is that a higher version of the framework is enabled, the solution is as follows:

Open the control panel, enter the [Enable or turn off Windows functions] option, and uncheck the [.NET Framework 4.7 Advanced Service] option;

How to install .NET Framework3.5 offline in win10

Then re-execute the above command. After completion, remember to check the 4 advanced services and then close the windows update service.

Recommended tutorial: windows tutorial

The above is the detailed content of How to install .NET Framework3.5 offline in win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn