How to fix the failure of WinXP system can not be updated

  


How to fix the failure of WinXP system can not be updated
A long time ago I heard someone recommending Windows XP 10 times faster software, which is done by a German Optimize the program to stop some services for optimization purposes, but after optimizing according to requirements, many useful services can not be used, including firewall, security center, automatic update. Others say that if the machine can't be updated automatically, it's really annoying. I have encountered this problem this afternoon.
When accessing Windows UPDAte or Microsoft Update website, the web page prompts error code 00× 80070422 (displayed in the upper right corner of the screen), to the effect that the Windows Update service is disabled, you need to start the corresponding service to 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.
When the Automatic Update Service is started, a prompt dialog box appears stating 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 and the system prompts that the module cannot be found. After testing does not affect 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.
Friends who have encountered similar problems can refer to this solution.
The following solutions to the error situation when running windows update are summarized as follows, you can try in turn when you encounter problems:
1, make sure to use IE, not firefox or opera (for cb the vast opera fans special Remind, don't get used to being natural ^_^), it is not recommended to use IE tab.
2, prohibit the current browser to intercept pop-ups, in other words, allow pop-ups (also very simple, but easy to be ignored).
3, check the hosts file has been modified, restore its original state. The hosts file is typically located at
$WINDIR$\\system32\\drivers\\etc.
4, empty IE cache, temporary files, history.
5, make sure that you are currently a system administrator, or delete all unused accounts in the "Control Panel"-“User Account" and then restart. This one is the most important, even if you do not need an administrator account to update, but there may be unpredictable errors
6, appropriate adjustments to the restrictions on activex, javascript, can be in the Internet option "security" Adjusted in the tab. If you are afraid of affecting security, you can only make adjustments.
7. Register 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 the “netsvcs” item. Under "Value data", add “BITS” and "WUAUSERV" to the list of services. Restart after modification. [Applicable to error code 0times; 8007043B]
9. If the contents of the DataStore folder do not match, [applicable to error code 0times; 80070002] can consider deleting
%windir%\\SoftwareDistribution\\DataStore
file If you can't delete all the contents of the folder, you will disable the automatic update service 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 services start. Service name: Automatic update (or <; automatic update & rdquo;), BITS (or "backstage intelligent delivery service"). 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.

Please indicate the source: System Home


Copyright © Windows knowledge All Rights Reserved