This is what I know when setting disable.
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\services\drveng
if it doesn't exist
Add "DisableNetworkInterception" as REG_DWORD in Parameters key if it doesn't exist and set 1 to the value
"DisableProcessInterception"=dword:1
"DisableRegistryInterception"=dword:1
"DisableFileInterception"=dword:1
This is an additional question.
1. Do you set FileInterception, Registryinterception, ProcessInterception in the same path?
Release : 12.8
Component : CA ControlMinder
Please see:
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/privileged-identity-manager/12-8-01/reference/the-ca-controlminder-registry/additional-registry-keys.html
The registry keys you asked about should be located in the registry here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\drveng\Parameters\DisableFileInterception
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\drveng\Parameters\DisableNetworkInterception
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\drveng\Parameters\DisableProcessInterception
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\drveng\Parameters\DisableRegistryInterception