The new docs.trellix.com offers a modernized UI and AI-powered features like conversational searches. Content is currently available only in English. Other languages will be available in mid-October 2026. We hope you enjoy the new experience.

Remove a process from the risk category

Prev Next

Remove a process from the risk category when you no longer need them.

  1. Log on to the system as a user with administrator rights.

  2. Navigate to the directory.

    cd /opt/McAfee/ens/tp/bin

  3. Execute the command.

    ./mfetpcli --delprocess --index <index_number>

Example: Remove Chrome from the High Risk category

To remove Chrome from the High Risk category, you must know the index number of the Chrome process.

  1. To list all processes, execute the command ./mfetpcli --getoasconfig --processlist.

    GUID-11299C0D-57FA-4A96-BC37-61C167DE774E-low.png

    According to this list, the index number for Chrome process is 1.

  2. Execute the command: ./mfetpcli --delprocess --index 1.