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

How to install .NET Framework3.5 offline in win10

王林
Release: 2020-06-13 10:25:44
Original
12791 people have browsed it

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
Copy after login

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!

Related labels:
Statement of this Website
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
Latest Issues
How to create python format text in win10
From 1970-01-01 08:00:00
0
0
0
vim - win10 cannot open markdown editor
From 1970-01-01 08:00:00
0
0
0
php - Win10 composer installation problem
From 1970-01-01 08:00:00
0
0
0
win10 is not compatible with git2.7.3+ version
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template