Disable ads and product placement in new Outlook for Windows app.
Tested on:
NewOutlookPatcher
. Outlook will also open automatically in the background.Install
. The application will elevate itself, close Outlook, apply your setttings and restart Outlook for you.The patcher requires administrative access in order to perform the following operations:
NewOutlookPatcher.dll
) in C:\Windows\System32\
which is write-protected for regular users.HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\olk.exe
).Run NewOutlookPatcher
and press the Uninstall
button. Done.
olk.exe
) is patched using a DLL that is injected in its process. The DLL is loaded using the AppVerifier
infrastructure. The project contains a very clean C++ implementation of this technique. This works because the process is not protected, thus being able to load unsigned code.The Visual Studio solution is divided in 5 projects:
Successful compilation is only possible for x64 at the moment. Files packed in the final executable are always grabbed from the Release
folder, beware when building in Debug
.