Run "McAfee Endpoint Product Removal" even though it has expired The problem with this removal tool is, that after a certain date, it will not run any more. McAfee then want you to download a newer version of the removal tool, which you cannot do without an account. The solution is of course to set back the date to where the tool works, before running it. Make at batch file with the following code and place the batch file in the same folder as "McAfeeEndpointProductRemoval.exe" Code: @setlocal enableextensions @cd /d "%~dp0" date 2021-05-01 McAfeeEndpointProductRemoval.exe Edit the date to one that works. Save as .bat file and run it as Administrator The date will first be set back and then the removal tool will be run