283 | | || --exe_path || Path to openvpn.exe. || Obsolete || |
284 | | || --config_dir || Path to dir to search for config files in. || Ignored || |
285 | | || --ext_string || Extension on config files. || Ignored || |
286 | | || --log_dir || Path to dir where log files will be saved. || Ignored || |
287 | | || --priority_string || Priority string. (See install.txt for more info) || Obsolete || |
288 | | || --log_append || 1=Append to log file. 0=Truncate logfile when connecting. || Ignored || |
289 | | || --append_string || 1=Append to log file. 0=Truncate logfile when connecting. || Ignored || |
290 | | || --log_viewer || Path to log viewer. || Obsolete || |
291 | | || --editor || Path to config editor. || Obsolete || |
292 | | || --allow_edit || 1=Show Edit Config menu item. || Obsolete || |
293 | | || --allow_service || 1=Show Service control menu. || Obsolete || |
294 | | || --allow_password || 1=Show Change Password menu item. || Obsolete || |
295 | | || --allow_proxy || 1=Show Proxy Settings menu. || Obsolete || |
296 | | || --show_balloon || 0=Never, 1=At initial connect, 2=At every reconnect. || Unknown || |
297 | | || --service_only || 1=Enable Service Only mode. || Obsolete || |
298 | | || --silent_connection || 1=Do not show the status dialog while connecting or non-critical warnings at startup. || Unknown || |
299 | | || --show_script_window || 0=Hide Script execution window, 1=Show it. || Unknown || |
300 | | || --passphrase_attempts || Number of passphrase attempts to allow. || Obsolete || |
301 | | || --connectscript_timeout || Time to wait for connect script to finish. || Unknown || |
302 | | || --disconnectscript_timeout || Time to wait for disconnect script to finish. || Unknown || |
303 | | || --preconnectscript_timeout || Time to wait for preconnect script to finish. || Unknown || |
304 | | |
305 | | Example: `n/a` |
| 285 | || --exe_path path || Path to openvpn.exe. || Obsolete || |
| 286 | || --config_dir path || Path to dir to search for config files in. || Supported || |
| 287 | || --ext_string ext || Extension on config files. || Supported || |
| 288 | || --log_dir path || Path to dir where log files will be saved. || Supported || |
| 289 | || --priority_string str || Priority string. (See install.txt for more info) || Obsolete || |
| 290 | || --log_append bool || 1=Append to log file. 0=Truncate logfile when connecting. || Supported || |
| 291 | || --log_viewer path || Path to log viewer. || Supported || |
| 292 | || --editor path || Path to config editor. || Supported || |
| 293 | || --show_balloon bool || 0=Never, 1=At initial connect, 2=At every reconnect. || Supported || |
| 294 | || --silent_connection bool || 1=Do not show the status dialog while connecting or non-critical warnings at startup. || Supported || |
| 295 | || --show_script_window bool || 0=Hide Script execution window, 1=Show it. || Supported || |
| 296 | || --connectscript_timeout s || Time to wait for connect script to finish. || Supported || |
| 297 | || --disconnectscript_timeout s || Time to wait for disconnect script to finish. || Supported || |
| 298 | || --preconnectscript_timeout s || Time to wait for preconnect script to finish. || Supported || |
| 299 | || --iservice-admin bool || Use of interactive service as admin (0 = allow, 1 = not allow). Default is 1 for Windows 7+ || Supported || |
| 300 | || --disable_popup_messages || Do not show echo messages received from server || Supported || |
| 301 | || --popup_mute_interval hours || Time for which a previously shown echo message is not re-displayed || Supported || |
| 302 | || --config_menu_view type || 0 = Auto, 1 = Flat, 2 = Nested || Supported || |
| 303 | || --management-port-offset || Offset number added to config file index to determine the management port || Supported || |
| 304 | |
| 305 | The default log viewer and editor are set by file association. Any value specified on the command line is used only when no default is found. |
| 306 | |
| 307 | Example: `n/a` |