Page 1 of 1

how to disable openvpn_gui conection window

Posted: Wed Apr 25, 2012 12:15 am
by vpn4u
Can I disable the windows log conection using ovpn file?
or at least disable messages.

Re: how to disable openvpn_gui conection window

Posted: Wed Apr 25, 2012 9:21 am
by maikcat
you can use verb 0

Michael.

Re: how to disable openvpn_gui conection window

Posted: Fri May 04, 2012 4:37 pm
by vpn4u
i tried using verb 0 but don't connect, only verb 1 to up, i tried mute 0 help but dont disable all messages.
it show correct 3 times and it remains yellow(connecting) and dont show any error. just stay connecting forever.

Please help.

Re: how to disable openvpn_gui conection window

Posted: Fri May 04, 2012 10:52 pm
by janjust
run

Code: Select all

openvpn-gui.exe --help
to get a list of command line options for the GUI ; it will include an option to turn off the log window: most likely

Code: Select all

openvpn-gui.exe --silent_connection
is the one you want; this can also be set using a registry key.