MS说: When you start MSN Messenger you cannot sign in, and you get the message:
Sorry, we were unable to sign you in to the MSN Messenger at this time. Please try again later.
To let us try and troubleshoot the problem, click the Troubleshoot button.
80048820
Fix this error / possible solutionThis error seems to indicate a problem with MSN Messenger's encryption routines. The usual cause is that the time on your computer is not correct. To correct the time on your computer, double-click the clock in the bottom right of your screen, in the window that appears you should check both the time and date. If you use Windows XP, you can automatically correct the time by clicking the "Internet Time" tab, next click the "Update Now" button. If you still have problems connecting with the time adjusted, try to run this file. This will make sure MSN Messenger can find all the files it needs on your computer. ------------------------------俺是分割线------------------------------------
解决方案:copy以下代码做成批处理.bat文件后,运行 =========================== @ECHO OFF ECHO.如果你msn中修复不了就运行吧. ECHO ***************************************************************** ECHO * This file is provided by msn-problems.com * ECHO * Copyright (C) 2004-2005 * ECHO ***************************************************************** ECHO. ECHO 等一下.
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 搞定 ECHO. pause ===========================