Monday, December 17, 2018

▷ Disable CA ControlMinder Kernel Interceptions

[ 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

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts