Thread: Two Msn's*
View Single Post
  #4  
Old 4th Oct 03, 05:21 PM
Grzyb's Avatar
Grzyb Grzyb is offline
Super Moderator
 
Join Date: Jul 2001
Posts: 397
Grzyb is an unknown quantity at this point
You may have to remove v6.0 First, I don't know

Save this text as a .bat file and then run it....

Quote:
@echo off
RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove
@echo REGEDIT4>%TMP%\RemoveMsgr.reg
@echo.>>%TMP%\RemoveMsgr.reg
@echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]>>%TMP%\RemoveMsgr.reg
@echo "Hide Messenger"=dword:00000002>>%TMP%\RemoveMsgr.reg
@echo.>>%TMP%\RemoveMsgr.reg
regedit /s %TMP%\RemoveMsgr.reg
I normally save it as RemoveMsgr.bat

You will then be without Messenger 4.7

You can then reinstall v6.0 if you need to...

Hope it helps...
__________________
HELPING EVERYONE TO HELP THEMSELVES

Grzyb

Super Moderator BetaONE

Grzyb@betaone.net




Reply With Quote