Offline installation of Windows 10. NET Framework 3.5, windows10framework
The Win10 technical preview edition brings many new features to users, but also brings users trouble and problems. Among them,. NET Framework 4.5 is pre-installed by the system, but some applications in the Win10 technical preview version need. NET Framework 3.5 to run properly. When we double-click to open a similar application, Windows 10 preview will remind us to download and install. NET Framework 3.5 online, which causes us some trouble.
However, we can install it in a more convenient way, without the need to download it online. You can use the installation image of DISM (deploying image service and management) and Win10 technology preview.Let's take a look at the specific method.
1. Load the Win10 technology preview image. You can double-click an ISO image file in the Win10 preview, or use the soft media Virtual Drive in the cube to easily load the file;
2. Right-click Win10 Start Menu and select "command prompt (Administrator)" to open the command prompt;
3. Enter the following command line in the command prompt. Of course, you can paste and copy it directly. Remember? Currently, you can directly use the shortcut keys such as "Ctrl + C" and "Ctrl + V" at the Win10 command prompt, and then press the Enter key. Note: "D:" indicates the name of the drive letter where the image is installed. You need to modify it based on your computer's actual situation. Next, you should see a progress bar. After the progress bar is complete, the prompt "Operation completed successfully" is displayed ";
Dism/online/enable-feature/featurename: NetFX3/All/Source: D: \ sources \ sxs/LimitAccess
4. Check whether. NET Framework 3.5 has been installed and enabled in "enable or disable Windows" on the control panel?
Since the Win10 technical preview version is only a test phase, there are still many problems similar to the above. If you do not need it, we recommend that you wait for the official version of Win10 to be released before upgrading it, this can avoid many problems.