kevinthenerd
Platinum Member
I just started thinking about how to block annoying ads, and I just had a great idea that I think should work in just about every version of Windows.
Create or edit your C:\WINDOWS\hosts file to direct requests intended for ad servers to some other machine (such as localhost) that won't give it a valid response. Here's part of my C:\WINDOWS\hosts file:
127.0.0.1 ads.mircx.com
127.0.0.1 ad.doubleclick.net
127.0.0.1 banner.midifarm.com
(This works best if you're not running any web daemons on the current machine.)
Any other ad servers that you can think of?
Create or edit your C:\WINDOWS\hosts file to direct requests intended for ad servers to some other machine (such as localhost) that won't give it a valid response. Here's part of my C:\WINDOWS\hosts file:
127.0.0.1 ads.mircx.com
127.0.0.1 ad.doubleclick.net
127.0.0.1 banner.midifarm.com
(This works best if you're not running any web daemons on the current machine.)
Any other ad servers that you can think of?