Free services from Yahoo, such as Yahoo! Mail and Yahoo! Messenger, always decorated ads. You can see on part of Yahoo! Mail Classic. See also Yahoo! Mail Beta on the right. Yahoo! Messenger is in window at the bottom of the application.
You can be removed the ads so that the bandwidth of your Internet connection is not “eaten” by the ads. Just take Yahoo! Mail with premium version.
But, you can remove the ads without pay. You only need to type the script that will be changed to a batch file. Let’s make the script:
1. Open Notepad application that you have.
2. Type in this script.
@ECHO OFF
TITLE Remove Ads of YM
> %TEMP%.-AdsRemoval.reg ECHO REGEDIT4
>>%TEMP%.-AdsRemoval.reg ECHO.
>>%TEMP%.-AdsRemoval.reg ECHO [HKEY_CURRENT_USER-Software-Yahoo-Pager-YUrl]
>>%TEMP%.-AdsRemoval.reg ECHO “Messenger Ad”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Webcam Upload Ad”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Webcam Viewer Ad”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Webcam Viewer Ad Big”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Webcam Viewer Ad Medium”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Change Room Banner”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Conf Adurl”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Chat Adurl”=”*”
>>%TEMP%.-AdsRemoval.reg ECHO “Y Content”=”*”
REGEDIT /S %TEMP%.-AdsRemoval.reg
DEL %TEMP%.-AdsRemoval.reg
ATTRIB -R “%PROGRAMFILES%-Yahoo!-Messenger-Cache-urls.xml”
ECHO “” >”%PROGRAMFILES%-Yahoo!-Messenger-Cache-urls.xml”
ATTRIB +R “%PROGRAMFILES%-Yahoo!-Messenger-Cache-urls.xml”
3. Save with the name of what you want, but important change Save as type to be [all] on the drop down menu. Then give BAT extension at the end of the file name.
4. Before running the batch file, make sure that Yahoo! Messenger is not running. Once convinced, run batch files that we create.
5. Go back to application Yahoo! Messenger and sign in. Are ads still there?


No Comment Received
Leave A Reply