Syakir on September 25th, 2008

Yahoo! Messenger 9.0 is already final and available for free public download to install and use. As with any previous versions of Yahoo Messenger, there are various ads blocks display advertisements in messenger or message and chat windows. The banner ad and text ad units can be disabled or turned off by using a simple registry hack similar to trick used to remove ads on Yahoo Messenger 8 and version 7.
To remove and disable ads display on Yahoo Messenger 9, follow the trick below:

  1. Run Registry Editor (Start -> Run -> Regedit)
  2. Navigate to the following registry key:HKEY_CURRENT_USER\Software\Yahoo\pager\Locale
  3. In the right pane, locate a value named Enable Messenger Ad with default value as 1. Set the value to 0.
  4. Restart Yahoo! Messenger 9.0.

The ads will be disappeared from Yahoo Messenger after restarting.

The easier and more recommended way is to copy and paste the below commands into a notepad and save it to a batch file, for example noADS.bat and run it once.

@ECHO OFF
TITLE Remove ads from Yahoo Messenger 8

> %TEMP%.\noYMads.reg ECHO REGEDIT4
>>%TEMP%.\noYMads.reg ECHO.
>>%TEMP%.\noYMads.reg ECHO [HKEY_CURRENT_USER\Software\Yahoo\Pager\YUrl]
>>%TEMP%.\noYMads.reg ECHO “Messenger Ad”=”*”
>>%TEMP%.\noYMads.reg ECHO “Webcam Upload Ad”=”*”
>>%TEMP%.\noYMads.reg ECHO “Webcam Viewer Ad”=”*”
>>%TEMP%.\noYMads.reg ECHO “Webcam Viewer Ad Big”=”*”
>>%TEMP%.\noYMads.reg ECHO “Webcam Viewer Ad Medium”=”*”
>>%TEMP%.\noYMads.reg ECHO “Change Room Banner”=”*”
>>%TEMP%.\noYMads.reg ECHO “Conf Adurl”=”*”
>>%TEMP%.\noYMads.reg ECHO “Chat Adurl”=”*”
>>%TEMP%.\noYMads.reg ECHO “Y Content”=”*”
>>%TEMP%.\noYMads.reg ECHO [HKEY_CURRENT_USER\Software\Yahoo\Pager\Locale]
>>%TEMP%.\noYMads.reg ECHO “Enable Messenger Ad”=”0″
REGEDIT /S %TEMP%.\noYMads.reg
DEL %TEMP%.\noYMads.reg

ATTRIB -R “%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml”
ECHO “” >”%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml”
ATTRIB +R “%PROGRAMFILES%\Yahoo!\Messenger\Cache\urls.xml”

Run the file once, and restart your Yahoo Messenger. Cheers!

Popularity: 100% [?]

Tags:

4 Responses to “Disable and Remove Yahoo! Messenger 9 Ads”

  1. you need to do attrib +r +s +h urls.xml, instead of attrib +r urls.xml

  2. not working buddy
    the add appears again…

  3. haha. same here. it used to work..

Trackbacks/Pingbacks

  1. Menghilangkan Iklan (ads) di Yahoo Messenger 9 | redybasuki.web.id

Leave a Reply