On these few tricks, XP can't update the fault

  
. I heard someone recommending Windows XP 10 times faster. This is a German optimization program to stop some services to optimize, but after optimizing according to requirements. Many useful services are also unavailable, including firewalls, security centers, and automatic updates. Others say that if the machine can't be updated automatically, it's really annoying. I have encountered this problem this afternoon. When

UPDAte accessing Windows or Microsoft Update Web site, Web page prompts error code 0 × 80070422 (displayed in the upper right corner of the screen), to the effect that prompts Windows Update service is disabled, you need to start the appropriate service group policy. However, in view of the optimizations that have been made before, the restore function of the optimizer must be used before the operation, that is, the fourth item is selected during the operation. However, there was a problem in operation.

A prompt dialog box appears when starting the automatic update service, saying that the component related to this service failed to start, so the startup failed. This is obviously the result of that optimization. To this end, I went to Baidu to find out and found the dll file that needs to be re-registered first.

Register qmgr.dll and qmgrproxy.dll

regsvr32 qmgr.dll

regsvr32 qmgrproxy.dll

Click "OK" when registering qmgrproxy.dll After the system prompts that the module cannot be found, the test does not affect the recovery.

After we finish, we return to the Group Policy window and start all services that can be started. If you can't, then come back from start to finish.

Everything is done and the problem is solved.

encountered similar problems friends can refer to this solution.

following the case of an error is encountered when running windows update solutions are summarized as follows, you can try to turn when they encounter problems:

1, it is to ensure the use of IE, not firefox or opera (for Cb's vast opera fans are especially reminded, don't get used to natural ^_^), it is not recommended to use IE tab.

2, prohibit current browser blocks pop-ups, in other words, allow pop-ups (also very simple, but easily overlooked).

3, see the hosts file has not been modified, restore its original state. The hosts file is typically located in

$WINDIR$\\system32\\drivers\\etc.

4, empty the IE cache, temporary files, history.

5, to ensure that their current system administrator, or in the "Control Panel" - "User Accounts" delete all unused accounts, and then restart. This one is the most important, even without administrator account can be updated, but maybe 6,, javascript activex restrictions on appropriate adjustments ie unpredictable errors

will be "safe in the internet options Adjust in the tab. If you are afraid of affecting security, you can only adjust it to http://update.microsoft.com.

7, registered URLMON. Dll, MSXML3. Dll, jscript. Dll, qmgr. Dll and qmgrproxy. Dll:

regsvr32 dll name. Dll

8. Add WUAUSERV and BITS to the SvcHost process: Open REGEDIT, browse to

HKEY_Local_Machine\\Software\\Microsoft\\WindowsNT\\CurrentVersion\\SvcHost

Open "netsvcs" "item. Under "Value data", add "BITS" and "WUAUSERV" to the list of services. Restart after modification. [Applicable to error code 0×8007043B]

9. If the contents of the DataStore folder do not match, [Applicable to error code 0×80070002] can be considered to delete

%windir%\\SoftwareDistribution \\DataStore

All the contents of the folder, the automatic update service will be disabled first.

10, do not use a proxy. Check if WindowsUpdate is on the list of restricted sites; if so, delete it.

11, set a reasonable system date and time.

12, to ensure that the relevant service starts. Service name: Automatic update (or "automatic update"), BITS (or "background intelligent transfer service"), etc. Method: Run serviCES. Msc, then start the corresponding service, if you do not know which one should be started, start the startup, and then exclude them one by one.
Copyright © Windows knowledge All Rights Reserved