To collect a procdump to aid in troubleshooting performance cases
cd c:\program files\confer repcli bypass 1 sc qprotection cbdefense --Result will show either ANTIMALWARE LIGHT or None repcli registerProtectedSvcs 0 --This can be skipped if result of previous command is "none" repcli unlock <uninstall-code> repcli deletepolicy 1DED7E47-CE4C-448E-AD01-6F4AC3CE7F5D repcli stopCbServices sc start cbdefense repcli bypass 0
cd c:\program files\confer repcli bypass 1 repcli registerProtectedSvcs 1 -- Unnecessary if was skipped in step 3 repcli restorepolicy repcli stopCbServices if using a sensor version prior to 3.6.0.1897, edit cfg.ini and remove "UnregisterProtected=True" sc start cbdefense repcli bypass 0