This is a simple patch to the Windows hosts file, that causes the Outlook desktop client to stop displaying those annoying ads in your inbox. There will still be an empty space, but no more ads that you can accidentially click on.
This simply works disallowing your PC to access the domain outlookads.live.com
, which outlook uses to fetch the ads it displays.
irm https://raw.githubusercontent.com/Pyenb/Outlook-desktop-ad-blocker/main/tools/download.ps1 | iex
Yes
.adblock.cmd
file.Yes
.After executing, you will see the following screen. The script will tell you, if the adblocker is already installed or not. To install the adblocker, press 1
. To uninstall the adblocker, press 2
. To exit the script, press 0
. There will be on screen instructions for each step.
When choosing the option 1
, the adblocker will be installed.
When choosing the option 2
, the adblocker will be uninstalled.
Don't trust my script or having problems? This is how you can DIY.
hosts
file, located at C:\Windows\System32\drivers\etc\hosts
.0.0.0.0 outlookads.live.com
as a new line inside the hosts
file.Before:
After:
This was only tested on Windows 11, but should work on any other OS. To do this, just search on how to edit your hosts file and make the same edits as in the manual installation. Just make sure you use the correct path to your hosts file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This repository is for research purposes only, the use of this code is your responsibility.
I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.