1. copy this code into your text document and save it with extension "bat" without quotes@echo offecho Removing Microsoft Messenger...rundll32 advpack.dll,LaunchINFSection %WinDir%\inf\msmsgs.inf,BLC.Removeecho Disabling it from running in the future...echo REGEDIT4>%temp% omsngr.regecho[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]>>%temp% omsngr.regecho "PreventRun"=dword:00000001>>%temp% omsngr.regecho "PreventAutoRun"=dword:00000001>>%temp% omsngr.regecho "PreventAutoUpdate"=dword:00000001>>%temp% omsngr.regecho "PreventBackgroundDownload"=dword:00000001>>%temp% omsngr.regecho "Disabled"=dword:00000001>>%temp% omsngr.regregedit /s %temp% omsngr.reg
@echo offecho Removing Microsoft Messenger...rundll32 advpack.dll,LaunchINFSection %WinDir%\inf\msmsgs.inf,BLC.Removeecho Disabling it from running in the future...echo REGEDIT4>%temp% omsngr.regecho[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]>>%temp% omsngr.regecho "PreventRun"=dword:00000001>>%temp% omsngr.regecho "PreventAutoRun"=dword:00000001>>%temp% omsngr.regecho "PreventAutoUpdate"=dword:00000001>>%temp% omsngr.regecho "PreventBackgroundDownload"=dword:00000001>>%temp% omsngr.regecho "Disabled"=dword:00000001>>%temp% omsngr.regregedit /s %temp% omsngr.reg
Nuri YaylaliMCSE,MCDBA,CCNA
Click start, run and write this ;
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.RemoveWill remove the msn messenger from XP
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove