After dotmsn. dll is used, Windows Live Messenger cannot log on to the solution.

Source: Internet
Author: User

Because dotmsn conflicts with Microsoft's built-in messenger, dotmsn is used. when you use the DLL control, some important messenger controls are automatically unregistered. As a result, the messenger cannot be used. Save the following code as a bat file for execution, after nearly one minute, messenger can be used for normal login.

@ Echo off
Echo.
Echo.
Echo please wait a few minutes while registering DLL files needed by MSN Messenger ..

Rem following files only needed in Windows XP
If not "% OS %" = "windows_nt" Goto Win9x
Regsvr32 dssenh. dll/s
Regsvr32 gpkcsp. dll/s
Regsvr32 slbcsp. dll/s
Regsvr32 sccbase. dll/s

: Win9x
If not "% OS %" = "windows_nt" cd % WINDIR % SYSTEM
Rem needed by both XP and 9x
Regsvr32 softpub. dll/s
Regsvr32 wintrust. dll/s
Regsvr32 initpki. dll/s
Regsvr32 rsaenh. dll/s
Regsvr32 mssip32.dll/s
Regsvr32 cryptdlg. dll/s
Regsvr32 msxml3.dll/s
Echo.
Echo DLL files registered, messenger shocould now function again!
Echo you can ask for help on the Forum at dreamz.org/ibmfans
Echo if messenger still doesn' t connect.
Echo.
Pause
Exit
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.