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.
- On Windows 8.1/10/11, right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). If you don't know how to do this, check out this article.
- Copy and paste the following command into the PowerShell window and press enter. This command downloads a script from the repository and executes it:
irm https://raw.githubusercontent.com/Pyenb/Outlook-desktop-ad-blocker/main/tools/download.ps1 | iex
- There will be a prompt asking for admin rights (these are needed to edit the hosts file). Press
Yes
. - Follow the instructions on screen or check the usage section.
- Restart Outlook desktop and enjoy your ad free experience.
- Download the adblock.cmd file to your PC.
- Execute the
adblock.cmd
file. - There will be a prompt asking for admin rights (these are needed to edit the hosts file). Press
Yes
. - Follow the instructions on screen or check the usage section.
- Restart Outlook desktop and enjoy your ad free experience.
- Follow the manual installation below.
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.
- Open a text editor of your choice as administrator.
- Open the
hosts
file, located atC:\Windows\System32\drivers\etc\hosts
. - Add the text
0.0.0.0 outlookads.live.com
as a new line inside thehosts
file. - Save the file and restart Outlook desktop.
- Enjoy your ad free experience.
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.