How to fix failures that WinXP system cannot update

  
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. This is a German optimization program to stop some services to achieve optimization, but optimize according to requirements. In the future, many useful services will not be available, 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 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.
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 "definitely" when registering qmgrproxy.dll and the system prompts that the module cannot be found. After testing does not affect recovery.
After doing this, 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.
All work is done and the problem is solved.
Friends who have encountered similar problems can refer to this solution.
The following is a solution to the error situation when running windows update. If you encounter problems, you can try them in turn:
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 ignore).
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 “netsvcs” 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 the error code 0times; 80070002] can consider deleting the
%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 an agent. 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.
Reprinted please indicate the source: System Home

Copyright © Windows knowledge All Rights Reserved