HP mt20 Administrator Guide 8 - Page 93

ConnectionType, Registry key, Description, Auto reconnect, Auto start priority, Enter command to run

Page 93 highlights

Registry key Description root/ConnectionType/custom/coreSettings/ stopProcess Sets the behavior that should occur when connection-mgr stop is called on this connection. By default this is close, which will send a standard kill signal to the process. When set to kill, the process specified by appName will be forcefully killed. When set to custom, a custom execution script specified by wrapperScript will be executed with the argument stop to terminate the process gracefully. root/ConnectionType/custom/coreSettings/tier Specifies the relative importance of this connection type and the order in which it is listed in the Create menu. root/ConnectionType/custom/coreSettings/ watchPid If set to 1, the connection is monitored under the name specified by appName. This key should not need to be modified. root/ConnectionType/custom/coreSettings/ wrapperScript Sets the script or binary to execute when launching this connection type. This is the primary script handling all connection settings and command line arguments for the connection. This key should not need to be modified. root/ConnectionType/custom/gui/CustomManager/ This registry key is either used internally or reserved for future name use. The value should not be changed. root/ConnectionType/custom/gui/CustomManager/ This registry key is either used internally or reserved for future status use. The value should not be changed. root/ConnectionType/custom/gui/CustomManager/ This registry key is either used internally or reserved for future title use. The value should not be changed. root/ConnectionType/custom/gui/CustomManager/ widgets/autoReconnect Controls the state of the Auto reconnect widget in Custom Connection Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is hidden. If set to read-only, the widget is visible in the read-only state. root/ConnectionType/custom/gui/CustomManager/ widgets/autostart Controls the state of the Auto start priority widget in Custom Connection Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is hidden. If set to read-only, the widget is visible in the read-only state. root/ConnectionType/custom/gui/CustomManager/ widgets/command Controls the state of the Enter command to run widget in Custom Connection Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is hidden. If set to read-only, the widget is visible in the read-only state. root/ConnectionType/custom/gui/CustomManager/ widgets/fallBackConnection Controls the state of the Fallback Connection widget in Custom Connection Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is hidden. If set to read-only, the widget is visible in the read-only state. root/ConnectionType/custom/gui/CustomManager/ widgets/hasDesktopIcon Controls the state of the Show icon on desktop widget in Custom Connection Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is hidden. If set to read-only, the widget is visible in the read-only state. root/ConnectionType/custom/gui/CustomManager/ Controls the state of the Name widget in Custom Connection widgets/label Manager. If set to active, the widget is visible in the UI and the user can interact with it. If set to inactive, the widget is ConnectionType 81

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

Registry key
Description
root/ConnectionType/custom/coreSettings/
stopProcess
Sets the behavior that should occur when
connection-mgr
stop
is called on this connection. By default this is
close
, which
will send a standard kill signal to the process. When set to
kill
,
the process
specified
by
appName
will be forcefully killed. When
set to
custom
, a custom execution script
specified
by
wrapperScript
will be executed with the argument
stop
to
terminate the process gracefully.
root/ConnectionType/custom/coreSettings/tier
Specifies
the relative importance of this connection type and the
order in which it is listed in the Create menu.
root/ConnectionType/custom/coreSettings/
watchPid
If set to 1, the connection is monitored under the name
specified
by
appName
. This key should not need to be
modified.
root/ConnectionType/custom/coreSettings/
wrapperScript
Sets the script or binary to execute when launching this
connection type. This is the primary script handling all connection
settings and command line arguments for the connection. This
key should not need to be
modified.
root/ConnectionType/custom/gui/CustomManager/
name
This registry key is either used internally or reserved for future
use. The value should not be changed.
root/ConnectionType/custom/gui/CustomManager/
status
This registry key is either used internally or reserved for future
use. The value should not be changed.
root/ConnectionType/custom/gui/CustomManager/
title
This registry key is either used internally or reserved for future
use. The value should not be changed.
root/ConnectionType/custom/gui/CustomManager/
widgets/autoReconnect
Controls the state of the
Auto reconnect
widget in Custom
Connection Manager. If set to
active
, the widget is visible in the
UI and the user can interact with it. If set to
inactive
, the
widget is hidden. If set to
read-only
, the widget is visible in the
read-only state.
root/ConnectionType/custom/gui/CustomManager/
widgets/autostart
Controls the state of the
Auto start priority
widget in Custom
Connection Manager. If set to
active
, the widget is visible in the
UI and the user can interact with it. If set to
inactive
, the
widget is hidden. If set to
read-only
, the widget is visible in the
read-only state.
root/ConnectionType/custom/gui/CustomManager/
widgets/command
Controls the state of the
Enter command to run
widget in Custom
Connection Manager. If set to
active
, the widget is visible in the
UI and the user can interact with it. If set to
inactive
, the
widget is hidden. If set to
read-only
, the widget is visible in the
read-only state.
root/ConnectionType/custom/gui/CustomManager/
widgets/fallBackConnection
Controls the state of the
Fallback Connection
widget in Custom
Connection Manager. If set to
active
, the widget is visible in the
UI and the user can interact with it. If set to
inactive
, the
widget is hidden. If set to
read-only
, the widget is visible in the
read-only state.
root/ConnectionType/custom/gui/CustomManager/
widgets/hasDesktopIcon
Controls the state of the
Show icon on desktop
widget in Custom
Connection Manager. If set to
active
, the widget is visible in the
UI and the user can interact with it. If set to
inactive
, the
widget is hidden. If set to
read-only
, the widget is visible in the
read-only state.
root/ConnectionType/custom/gui/CustomManager/
widgets/label
Controls the state of the
Name
widget in Custom Connection
Manager. If set to
active
, the widget is visible in the UI and the
user can interact with it. If set to
inactive
, the widget is
ConnectionType
81