Security section

In the [Security] section of the global.ini file, you can enable the Shell method and specify file associations and HTTP links.

[Security]
;AllowShellRunMethod=No
;AllowedProgram1=notepad.exe
AllowShellRunMethod=
Specifies whether to allow the Shell program to run other applications. The default value is No.
AllowedProgramx=
Specifies an executable file to start or a URL to launch. Each instance of the AllowedProgram setting must include a sequential number – for example, AllowedProgram1.
The following example shows a [Security] section that enables the Shell program to run several programs and launch a URL.
[Security]
AllowShellRunMethod=Yes
AllowedProgram1=calc.exe
AllowedProgram2=notepad.exe
AllowedProgram3=bzvt.exe
AllowedProgram4=*.docx
AllowedProgram5=http://www.rocketsoftware.com