TeknikUzman.com
Teknolojik Yardımlaşma Topluluğu

Uninstall Msn Messenger - batch script

rated by 0 users
This post has 1 Reply | 1 Follower

Top 10 Contributor
Posts 42
Nuri Yaylali Posted: 4-21-2008 8:45

  1. copy this code into your text document and save it with extension "bat" without quotes

@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% omsngr.reg
echo
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]>>%temp% o
msngr.reg
echo "PreventRun"=dword:00000001>>%temp% omsngr.reg
echo "PreventAutoRun"=dword:00000001>>%temp% omsngr.reg
echo "PreventAutoUpdate"=dword:00000001>>%temp% omsngr.reg
echo "PreventBackgroundDownload"=dword:00000001>>%temp% omsngr.reg
echo "Disabled"=dword:00000001>>%temp% omsngr.reg
regedit /s %temp% omsngr.reg

Nuri Yaylali
MCSE,MCDBA,CCNA

Top 10 Contributor
Posts 42

 

Click start, run and write this ;

 RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

Will remove the msn messenger from XP

Nuri Yaylali
MCSE,MCDBA,CCNA

Page 1 of 1 (2 items) | RSS