Aşağıdaki kodu not defterine yapıştırdıktan sonra .bat uzantısıyla kaydedip calıştırdığınızda WinXP yuklu bilgisayarınızdan Windows Messenger silinecek. @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\mes senger\client]>>%temp%\no msngr.reg echo "preventrun"=dword:00000001>>%temp%\nomsngr.re g echo "preventautorun"=dword:00000001>>%temp%\nomsng r.re g echo "preventautoupdate"=dword:00000001>>%temp%\nom sngr .reg echo "preventbackgrounddownload"=dword:00000001>>%t emp% \nomsngr.reg echo "disabled"=dword:00000001>>%temp%\nomsngr.reg regedit /s %temp%\nomsngr.reg __________________