Block, Hide and Remove Windows Live Mail Ads
Windows Live Mail (WLM) is a replacement web-based email service for MSN Hotmail by Microsoft and used to have code-name of Kahuna under the brand of Windows Live. It has feature sets that able to compete with trend setter Gmail, with 2GB storage space, interactive user interface built with AJAX technology, and of course, a lot of advertisements especially banner ads. Previously Windows Live Mail places extended rectangle ad format on Today page, big leaderboard banner ad on top of the page, plus skyscrapper ad to the right of your inbox, although the skyscrapper ad has been removed. How a simple you can hide, block or remove those banner ads from appearing or displaying on your screen.
- We need to edit hosts file of your system, which can be edit by using GUI text editor or from command prompt:
From Windows Explorer or My Computer:
- Navigate to the following folder:
\Windows\System32\drivers\etc
- Locate hosts file, and right click on hosts file. And then select Open.
- When prompted with Open With dialog to choose a program you want to use to open this file, select Notepad, Wordpad or any text editor.
From command prompt:
- Click on Start -> Run, and type Cmd then press Enter.
- Type the following command to change directory, press Enter key after typing:
cd \Windows\System32\drivers\etc
- Type the following command in command prompt to edit the host file, press Enter key when done:
edit hosts
- Navigate to the following folder:
- You should see the text contains at least one line as below:
127.0.0.1 localhost
Go to the after the line or end of the file, and add in the following lines:
127.0.0.1 view.atdmt.com
127.0.0.1 rad.live.com
Above statements will cause the HTML or JavaScript used to call the ads unable to reach these 2 ads servers or engines, which are mainly used to serve the ads to WLM.
- Save the file when done editing.
- Restart the web browsing.
With these trick, whenever you login to Windows Live Mail, you will not see any ads, the ads will be replaced with an webpage cannot be found (404) error page instead, as if the banner advertisements have been blocked, hidden, removed, or disabled. The bad point of the trick is that it is unable to claim back or recover the screen viewing area or real estate that been taken up by the ads.
Windows Live Mail after ads have been blocked and removed
If you’re using Firefox web browser with Greasemonkey extension as add-on (if you don’t, you must install the extension to use the below hack scripts), you can use the following script to remove and hide the ads in Windows Live Mail.
There are several scripts for Greasemonkey extension that can block the ads on Windows Live Mail. Most of them remove the ads by hiding the iFrame the loads the ads.
- Windows Live Mail AD Hider – will also remove the Calendar iFrame, which mean no Calendar functionality.
- Windows Live Mail AD Hider With Calendar – Enhanced and updated script of the above script to keep the Calendar in WLM.
- WLM AdRemover
To use the above script go to the download page, click on “Install this Script”, then go to Firefox browser, and click on Tools -> Install User Script in your Firefox menu. Then just click OK and the script is installed.
Related Articles
- Remove or Hide Windows Live Messenger Tabs
- Opt Out of Windows Live Mail and Get Back to MSN Hotmail Interface
- Windows Live Messenger (WLM) Ads Remove and Disable with WLM Universal Patcher++
- Download Windows Live Mail Desktop Beta
- Where to Download Mail, Movie Maker and Photo Gallery for Windows 7? Windows Live Essentials
- Prevent Windows Live Mail From Blocking Unsupported File Types in Attachments
- Remove and Hide Facebook Ads
- How to Remove Windows Live Call Entry from New (ShellNew) Menu
- Remove Ads from Windows Live Messenger with A-Patch and Customize Messenger Options and Visualisation
- Running Multiple Instances of Windows Live Messenger (WLM) Polygamy and Remove Banner Ads with MultiLive










































October 5th, 2009 22:38
I’ve been using Webmail Ad BLocker to hide and remove the space used by the ads – https://addons.mozilla.org/en-US/firefox/addon/7560
May 15th, 2009 02:34
my computer will not allow me to edit this file. it first states that it ‘cannot create the C:\~Windows\system32\drivers\etc\hosts. then says to make sure that the path and file name are correct. then when I try to ’save as’ it tells me that ‘host already exists do I want to replace it? when I press ‘yes’ it goes back into the look of ‘cannot create ….
can someone suggest a way out ?
March 28th, 2009 15:36
THIS IS SO EXCELLENT, SO PERFECT! At last, forget about those annoying ads.
February 19th, 2009 06:18
genius. so simple yet so effective. i just couldn’t stand looking at those nasty fat gut diet banners anymore.
February 18th, 2009 11:27
Sad.. Just when i installed the scripts, the ad shifted to the side.
January 25th, 2009 09:19
Where to put the following script?
var ad = document.getElementById(”RadAd_Banner”);
ad.style.display = “none”;
Thanks
December 17th, 2008 10:09
how do you undo this action,now i cant see my geeks.com ads
December 2nd, 2008 22:35
Help! Unable to get this fix to work! Any help is greatly appreciated.
November 10th, 2008 08:26
Hey, I just found a script much more simple than all them… just 2 lines:
var ad = document.getElementById(”RadAd_Banner”);
ad.style.display = “none”;
Enjoy,
Pablisco
June 7th, 2008 08:12
excellent… no more ads… good work everyone
January 16th, 2008 07:10
brilliant, thanks a lot
March 6th, 2007 22:15
Or you can follow this guide: http://forum.mess.be/lofiversion/index.php/t17573.html