You can switch from sync mode to async mode on your standalone Mac using these commands.
Before you begin
You must have administrator rights on the system you intend to change the mode.
Task
Open a Terminal window, run the following commands in the given order.
Disable Threat Prevention in sync mode:
/usr/local/McAfee/AntiMalware/VSControl stopoasChange Threat Prevention to async mode:
sudo /usr/local/McAfee/AntiMalware/VSControl switch-mode asyncEnable Threat Prevention in async mode:
sudo /usr/local/McAfee/AntiMalware/VSControl startoasIf you installed Adaptive Threat Protection, then run these commands:
Stop Adaptive Threat Protection:
sudo /usr/local/McAfee/atp/bin/ATPControl stopChange Adaptive Threat Protection to async mode:
sudo /usr/local/McAfee/atp/bin/ATPControl switch-mode asyncStart Adaptive Threat Protection:
sudo /usr/local/McAfee/atp/bin/ATPControl start