Download Mcafee products

Discussion in 'Application Software' started by lion neptune, Dec 21, 2020.

  1. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
    #1 lion neptune, Dec 21, 2020
    Last edited: Jan 1, 2021
  2. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
  3. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
  4. ildrosos

    ildrosos MDL Novice

    Jun 8, 2017
    1
    0
    0
    Is this an evaluation version with expiry date?
     
  5. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
    this is the off version, download from Mcafee
     
  6. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    402
    30
    How is this registered/activated ? Precitivated ? Just install and use ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
    just install and use
     
  8. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    402
    30
    Thanks, much appreciated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
  10. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    906
    402
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
  12. lion neptune

    lion neptune MDL Junior Member

    Apr 17, 2010
    76
    108
    0
    may be, I'm not sure
     
  13. cbsvitzer

    cbsvitzer MDL Senior Member

    Feb 4, 2010
    254
    165
    10
    This McAfee tool is probably protected by Copyright
     
  14. cbsvitzer

    cbsvitzer MDL Senior Member

    Feb 4, 2010
    254
    165
    10
    #20 cbsvitzer, May 1, 2021
    Last edited: May 1, 2021
    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 ;)