Author: bookworm Source: CCID-China Computer Education News
The "0x81000370 error" prompt is displayed when you log on to MSN. It is the same if you try it several times. Finally, uninstall and install MSN again. The result is the same.
First, click the IE "Tools" menu, select "Internet Options", and click "delete file" and "delete Cookies" in the "General" window that opens. Click the "LAN Settings" button on the "connection" tab, and then deselect the "Automatic Detection Settings" box. Click the "advanced" button on the "connection" tab, drag the scroll bar to the security constituency, and confirm that "Check server certificate revocation" is not selected, verify that "use SSL 2.0" and "use SSL 3.0" are selected, and then press "OK ".
Click "Start> Run" and enter "regsvr32 softpub. dll ". Then press "OK ".
Finally, on the MSN "Tools" menu, click "options ". On the "connection" tab, make sure that you do not use the proxy server to resolve the fault.
2. The message "1601 error" is displayed.
This may be related to the damage to the Windows Installer Service. You can fix the Windows Installer Service.
However, when you view the "Windows Installer Service" status in the service management tool on the control panel, it is generally disabled. When you try to enable the service, you will find that the service has been disabled by the system, or the service has been marked as deleted. How can we solve the problem in different systems?
(1) Windows 2000
First, press "WIN + R" and enter the "msiexec/unregserver" command to stop the Windows Installer Service.
Download the instmsiw.exe installation package, decompress the package, and enter the directory. Right-click "msi. inf file, select "Install", and click "mspatcha. inf file and select "Install ".
Finally, enter the "msiexec/regserver" command in the Command Prompt window to start the Windows Installer Service.
(2) Windows XP
Because the system has been integrated with Windows Installer v2.0, you do not need to install it again.
First, write a file in notepad and save the file in ". reg" format. The content is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetSevicesMS IServer]
"ImagePath" =-
"ImagePath" = hex (2,
00, 6f, 00, 6f, 25, 00, 5c, 00, 00, 00, 6d, 00, 00, 5c00, 6d,,
, 2f, 00, 00, 00
After that, double-click the file to import the file content to the Registry.
Then, restart the computer, press F8 to enter safe mode, press "WIN + R", enter the "msiexec/regserver" command, and then restart. The problem is solved after the computer enters the system normally.