Posts tagged messenger

Multiple instances of Yahoo Messenger 8

2

A little tweak that will allow users to run multiple yahoo messengers on a same machine.

If you’re looking for ways to run couple or more yahoo messengers in the same machine then this article would be great help for you.

Yahoo Messenger let users to test their messenger by making a tweak in registry. To accomplish this key value for HKEY_CURRENT_USER\Software\yahoo\pager\Test has to be altered. The key value is set to true then the messenger will function in test mode and users will be able to open up multiple instance of yahoo messenger.

To make yahoo messenger to open up multiple instance, you need to modify the registry key value. Here is a cut-short way of doing that.

Save the below code with .reg extension and double click to execute it.

REGEDIT4
[HKEY_CURRENT_USER\Software\yahoo\pager\Test]
"Plural"=dword:00000001

Once the above code is entered into registry yahoo messenger will function in Test mode. To revert back to normal mode use the below code in same manner.

REGEDIT4
[HKEY_CURRENT_USER\Software\yahoo\pager\Test]
"Plural"=dword:00000000

The above will the remove the feature of having multiple messengers open.

Happy chatting :)

Remove Ads in Yahoo Messenger

3

Tweak to remove the annoying ads that is displayed in Yahoo Messenger chat and web-cam window.

If you have installed the newest Yahoo Messenger 8.0 or Yahoo Messenger 7.5 you’ll notice a very annoying animated ad at the bottom of the main window, web-cam & chatroom etc.. I’m sure it’s hard to resist to Yahoo’s update dialogs. Here is a simple how-to tutorial to remove ads in Yahoo Messenger 7.5 and higher.

Save the below code with .reg extension

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Yahoo\Pager\YUrl]
"Messenger Ad"="*"
"Webcam Upload Ad"="*"
"Webcam Viewer Ad"="*"
"Webcam Viewer Ad Bid"="*"
"Webcam Viewer Ad Medium"="*"
"Change Room Banner"="*"
"Conf Adurl"="*"
"Chat Adurl"="*"

then double click the file to update the registry with new settings for Yahoo Messenger.

or alternatively Open Regedit, navigate to HKEY_CURRENT_USER\Software\ Yahoo\pager\YUrl and create a new string value named Messenger Ad that has the value * (an asterisk). Similarly create the following keys and assign '*' as the value.

Webcam Upload Ad
Webcam Viewer Ad
Webcam Viewer Ad Big
Webcam Viewer Ad Medium
Change Room Banner
Conf Adurl
Chat Adurl

Now you will not see ads anymore in your yahoo messenger.. :-)

Go to Top