Saw the comment on this page by DLarson: https://community.mcafee.com/community/business/data/blog/2010/02/19/using-the-competitive-check-fea...
You can remove the default checks by editing the DefaultProductDetections.XML file on your ePO server. Doing this, however, is not supported so proceed at your own risk. Example location C:\Program Files (x86)\McAfee\ePolicy Orchestrator\Server\extensions\installed\EEADMIN\1.1.2.314\webapp\ProductDetection
anyone been able to edit this without causing any issues?
Code is:
<!-- Define PGP Whole Disk Encryption -->
<products xsi:type="ns1:PDProduct">
<name>PGP Whole Disk Encryption</name>
<osType>Windows</osType>
<rules xsi:type="ns1:PDRule">
<fileEntries xsi:type="ns1:PDFileEntry">
<path>[WinDriverDir]\pgpwded.sys</path>
</fileEntries>
</rules>
</products>