I know how to connect to an openvpn via a command line in Windows XP. What I can't figure out is how to end the connection. Any thoughts?

link|improve this question
feedback

4 Answers

they often have the command

vpnc-disconnect

link|improve this answer
feedback

You can stop the service with:

net stop openvpnservice
link|improve this answer
feedback

Refer below link, that might help you...

http://pwnt.be/2009/08/01/automating-openvpn-connection-on-windows-xp

link|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – Mark Henderson Apr 8 at 20:54
feedback

press F4 (it's listed in the title bar of the command window).

link|improve this answer
-1 they're looking for command line, not keyboard shortcuts – Mark Henderson Apr 8 at 20:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.