Install. NET 3.5,. net3.5 quickly after reinstalling the system
Every time I reinstall the system (Windows 8.1 and Windows 10), one of the biggest headaches for me is to configure and install a lot of software. After installing SQL Server, I usually put my computer in a working group to install Visual Studio, and then I ran to class or attended my study. Then I came back to install Visual Studio, then install a set of Adobe software and some other small applications (such as QQ and input methods ). However, there is a problem: I often have to wait for a while. As a result, the SQL Server Installation prompt lacks. NET 3.5, which makes it very painful. How can I install it quickly?
I have browsed many methods on the Internet:
First, Use Windows Update for online installation. The specific method is to select. NET Framework 3.5 on this Windows function interface, and then confirm that the system will download and install it.
DISM/Online/Enable-Feature/FeatureName: NetFx3/Source :{}:\ sources \ sxs or
Dism.exe/online/enable-feature/featurename: NetFX3/Source :{}:\ sources \ sxs
{} Indicates the drive letter for loading and installing the image, such as G/H/I. After modifying the {} mark in any row in the above two rows, copy it to the clipboard, paste it into the cmd window (right-click Windows 10) and press Enter;
Wait until the progress bar is loaded to 100%. The prompt is:
Deployment Image Servicing and Management tool
Version: {xxxx}
Image Version: {xxxx}
Enabling feature (s)
[=========================================== 100.0% ================ ===============]
The operation completed successfully.
When ({xxxx} is the corresponding version number), close the cmd command line Prompt window, return to the area shown, check. NET Framework 3.5, and then click OK;
To save time, I usually use this third method because it saves time and has a higher success rate.
In addition, for ASP. NET Development configuration, write such a memo: First Install SQL Server, then install Visual Studio, and the Chinese system installed Chinese SQL Server, English installed, so as not to install.