I make VPN connections using Vista's Connection Manager, and would like to disconnect the VPN connection from the command line so I can create a shortcut command called vpn.disconnect in Promptu Launcher.

How can I disconnect the VPN connection via the command line?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Check out Rasdial (part of Windows):

USAGE:

    rasdial entryname [username [password|*]] [/DOMAIN:domain]
            [/PHONE:phonenumber] [/CALLBACK:callbacknumber]
            [/PHONEBOOK:phonebookfile] [/PREFIXSUFFIX]

    rasdial [entryname] /DISCONNECT

    rasdial

So to hang up a vpn named 'The VPN' it'd be:

c:\>rasdial "The VPN" /DISCONNECT

HTH

link|improve this answer
Works great - thanks for your help! I would upvote your answer too, but I don't quite have enough points yet. – Dave Johnson Apr 23 '10 at 14:34
feedback

Your Answer

 
or
required, but never shown

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