Tag: etrust

eTrust Antivirus Enable Disabled Features

eTrust Antivirus features are grayed out and access is needed. From the images below follow a single registry key change and all access becomes available. No reboot necessary. Using regedit, the format is: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\eTrustAntivirus\CurrentVersion\InternalSettings] “RPCThreadContext”=dword:00000000 Using AutoIT, the format is: ;Enable eTrust Antivirus (Version: 7.1.501) Realtime features RegWrite (“HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\eTrustAntivirus\CurrentVersion\InternalSettings”, “RPCThreadContext”, “REG_DWORD”, “0”)

Read More »

eTrust PestPatrol Anti-Spyware Corporate Edition 5.x Removal

I wrote this little script that has worked for me to remove eTrust PestPatrol Anti-Spyware Corporate Edition 5.x. :: PestpatrolUninstall Version 1.0 (Build 20051221) @ECHO OFF>NUL :: PestPatrol Remote Service is installed by the execution of :: eTrust PestPatrol Anti-Spyware Corporate Edition console NET STOP “PestPatrol Remote” C:\WINDOWS\system32\ppRemoteService -unregserver ECHO Y| DEL “C:\WINDOWS\system32\ppRemoteService.exe” :: PestPatrol Folder to be removed ::…

Read More »

eTrust PestPatrol Anti-Spyware Corporate Edition 5.x Redistribution (Custom)

PestPatrol is an anti-malware product, designed to protect a computer system against threats such as adware, spyware and viruses. It performs automated scans of a system’s hard disks, Windows registry and other crucial system areas, and enabled manual scans for specific threats, selected from a very long list of known malicious software The goal is to create a custom eTrust…

Read More »