Command Line for OpenVPN Connect (Windows)?
Posted: Fri Jul 15, 2022 10:52 am
I would like to use the command line options listed here:
https://openvpn.net/vpn-server-resource ... n-connect/
Using version 3.3.6 on Windows 7, I'm not having any success, so I hope someone can straighten me out.
I'm assuming that all the "commands available" shown are actually unix-style switches, so that, for example, typing
at the cmd.exe prompt should provide a list of switches on the console. But in my case, it just runs the regular GUI, and ignores any switch that I provide. What am I missing?
Going through the list of switches, there are some other puzzling items as well. For example, is supposed to suppress the tray icon, but when I run the regular GUI, I've never even seen a tray icon (only the regular task bar icon).
Thanks,
--Stu
https://openvpn.net/vpn-server-resource ... n-connect/
Using version 3.3.6 on Windows 7, I'm not having any success, so I hope someone can straighten me out.
I'm assuming that all the "commands available" shown are actually unix-style switches, so that, for example, typing
Code: Select all
OpenVPNConnect.exe --help
Going through the list of switches, there are some other puzzling items as well. For example,
Code: Select all
--hide-tray
Thanks,
--Stu