It's no secret that rigid installation, and the impossibility of just deleting programs Msn Messenger is not very pleased with the many users of Windows XP. Whatever good is not this program, most of us still use ICQ, and the move is not going to Messenger. How can remove this intrusive program? To date, thought several ways. Unfortunately, not many of them really make the correct disposal Messenger, and some do not offer ways to remove the program, but only to try to ban an autoloader that will free system resources.

Experience shows that some of the ways previously assumed led to the emergence of stability and no errors in the Windows XP and installed applications.

Recently, we found another very interesting way, which seems completely eliminates system or ESRI Msn Messenger.

It is a typical batch file (extension. Bat), which you can create in any text editor (usually for the use Notepad).

The file must contain the following commands: @ echo off
echo Removing Microsoft Messenger ...
rundll32 advpack.dll, LaunchINFSection% WinDir% / inf / msmsgs.inf, BLC.Remove

echo Disabling it from running in the future ...
echo REGEDIT4>% temp% / nomsngr.reg
echo
[HKEY_LOCAL_MACHINE / SOFTWARE / Policies / Microsoft / Messenger / Client]>>% temp% / nomsngr.reg
echo "PreventRun" = dword: 00000001>>% temp% / nomsngr.reg
echo "PreventAutoRun" = dword: 00000001>>% temp% / nomsngr.reg
echo "PreventAutoUpdate" = dword: 00000001>>% temp% / nomsngr.reg
echo "PreventBackgroundDownload" = dword: 00000001>>% temp% / nomsngr.reg
echo "Disabled" = dword: 00000001>>% temp% / nomsngr.reg
regedit / s% temp% / nomsngr.reg
As you can see from the code, the script first uninstalls itself Msn Messenger, and then clean the register, which is very important to preserve stability.

Once you have saved Bat file, run it (double-click) the inlet work will be performed all the commands and then will be asked to reboot the system.

After restarting from Msn Messenger will not have any trace.
Within a few days, after removing Msn Messenger method described above, we have not found any problems nor stability.