Temporarily Disabling Modules

You can disable a module from being loaded into the Apis Hive configuration.

Disabling a module

Locate the registry for your Apis configuration:

HKEY_LOCAL_MACHINE\SOFTWARE\Prediktor\Apis\ApisHive\Modules

Here, each of your configured modules has its own registry key. Open the key of the module to disable. Underneath this key, e.g. for a module named OPC;

HKEY_LOCAL_MACHINE\SOFTWARE\Prediktor\Apis\ApisHive\Modules\OPC

create a DWORD value named Disabled. To disable this module, set value to 1, to enable module set value to 0.

Note! You have to restart Apis for this to take effect!