Install:
https://www.autohotkey.com/
Create Script
Test.ahk:
RegRead, OutputVar, HKEY_LOCAL_MACHINE\SOFTWARE\TEC\Ocular.3\agent\config, hookapi_filterproc_external
RegWrite, REG_SZ, HKEY_LOCAL_MACHINE\SOFTWARE\TEC\Ocular.3\agent\config, hookapi_filterproc_external,%OutputVar%;cmd.exe;git.exe;idea64.exe
return
Final
you can put this file on Startup
