This article to introduce you to XP can not install the. NET solution, I hope to help.
Click "Start"-"Run", enter CMD return in the dialog box, and enter "net stop WuAuServ" in the open window.
Click "Start"-"Run", enter "%windir%" (excluding quotes), and in the open window there is a folder called SoftwareDistribution, renamed, such as renaming Softold.
Click "Start"-"Run", enter CMD return in the dialog box, and enter "net start WuAuServ" in the open window.
Click "Start"-"Run" and enter Regedit carriage return in the dialog box
Find the registry Hkey_local_machinesofwaremicrosoftinternet Explorer under the main subkey, click Main, in the menu above to find "edit"-"permission", click will appear "Allow Full Control" and so on, On the hook can be.
Install net.framework4.0.
Many people have encountered problems when installing WIN8 and cannot upgrade the. NET Framework 3.5.1, and an online upgrade encounters an error 0x800f0906. This makes 91 of mobile phone assistants and many other software can not run, even more depressing is that almost all online solutions are ineffective: there is said to uninstall the Chinese language pack. But Win8 (x64) The English version of the same error, there is said to clean up a registry key can be installed, in fact, this key value does not exist; when it comes to Microsoft downloading standalone installation packages, even running standalone installation packages will jump to Windows Update online installation and still fail. To get to the point, follow these steps to install the. NET Framework 3.5.1 under Win8:
1. Open WIN8 installation disk, extract Sourcessxs folder to D:sourcessxs (or other disk also line, for example);
2. Open the C:windowssystem32 folder, find Cmd.exe, right-click and select Run as Administrator;
3. Execute the following command at the command line:
Dism.exe/online/enable-feature/featurename:netfx3/source:d:sourcessxs (is the first step to extract it)
About a two-minute execution, the results are as follows:
Deployment Image Servicing and Management tool
version:6.2.8250.0
Image version:6.2.8250.0
Enabling feature (s)
[==========================100.0%==========================]
The operation completed successfully.