This section explains how to change or see the access control settings on the Live Help applications.
Live Help Security Setup command is contained in the installation folder of the Live Help Client and Live Help Expert.
Note
If a user without administrative privileges runs the Live Help Security Setup command, he/she can only see but not change the access control settings.
Usage
LHSECPRG.EXE [ { { /ALL | /MRU | /ESJ | /CSJ | /CSETUP } { /XON | /ON | /OFF } | /V | /? } ]
Where:
Function Option | Explanation |
---|---|
/ALL | Changes the security settings for all functions, such as MRU connections list, Session Journal functions of all Live Help programs, and Client Setup program, in one operation. |
/MRU | Changes the security setting for MRU connections list. |
/ESJ | Changes the security setting for Session Journal functions of Live Help Expert and Monitor programs. |
/CSJ | Changes the security setting for Session Journal function of Live Help Client program. |
/CSETUP | Changes the security setting for Client Setup program. |
Setting Option | Explanation |
---|---|
/XON | Enable access control on the specified function(s) to restrict access or changes by any user. |
/ON | Enable access control on the specified function(s) to restrict access or changes by users without administrative privileges. |
/OFF | Disable access control on the specified function(s). |
Information Option | Explanation |
---|---|
/V | Display current security settings for all functions. |
/? | Display the help messages. |
none | Display the help messages. |
Examples
To display MRU connections list for no user, type as follows:
> LHSECPRG.EXE /MRU /XON
To restrict users without administrative privileges from changing the configuration of Live Help Client program, type as follows:
> LHSECPRG.EXE /CSETUP /ON
To disable access control on all functions, type as follows:
> LHSECPRG.EXE /ALL /OFF
To display current security settings, type as follows:
> LHSECPRG.EXE /V
To display the help messages, type as follows:
> LHSECPRG.EXE /?
Note
If you specify function options and setting options together with an information option, only the information option will work.
In case of the following example, the current security settings will be displayed, but the setting for MRU option will not be changed.
Ex) LHSECPRG.EXE /MRU /ON /V
You can specify only one information option. If you specify "/V" and "/?" options together, only the first option will work.
You can specify only one function option. If you specify two or more function options together, only the last option will work.
In case of the following example, only "/ESJ" option will work.
Ex) LHSECPRG.EXE /MRU /ESJ /ON
You can specify only one setting option. If you specify two or more setting options together, only the last option will work.
In case of the following example, only "/OFF" option will work.
Ex) LHSECPRG.EXE /MRU /ON /OFF
When you specify options incorrectly, the help messages will be displayed.
Ex1) LHSECPRG.EXE (No option is specified)
Ex2) LHSECPRG.EXE /MRU (Setting option is not specified)
Ex3) LHSECPRG.EXE /ON (Function option is not specified)
If you try to change the security settings of a Live Help application that is not installed, the following error message will be displayed:
"Failed to change Live Help security settings."
Ex) Typing the following command on a computer on which Live Help Expert is not installed:
LHSECPRG.EXE /MRU /XON