[ Disable CA ControlMinder Kernel Interceptions ]
The network, process, registry, and file interception processing code is initiated
at boot time and working at run time, affecting performance.
To improve performance, you can disable one or more interceptions from initiating at boot time.
To disable CA ControlMinder interceptions at the kernel level
Create one or more of the following registry entries of type REG_DWORD and
set the value of one or more entries to 1.
DisableNetworkInterception-disables network interception
DisableProcessInterception-disables process interception
DisableRegistryInterception-disables registry interception
DisableFileInterception-disables file interception
The procedure is as follows.
1) ControlMinder down
secons -s
2) Regisgtry add
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\drveng\Parameters /v DisableNetworkInterception /t REG_DWORD /d 1 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\drveng\Parameters /v DisableProcessInterception /t REG_DWORD /d 1 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\drveng\Parameters /v DisableRegistryInterception /t REG_DWORD /d 1 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\drveng\Parameters /v DisableFileInterception /t REG_DWORD /d 1 /f
3) Reboot the computer
No comments:
Post a Comment