如何从命令行创建Windows拨号连接

时间:2012-01-06 10:35:54

标签: windows command-line dial-up

如何从命令行在Windows上创建拨号连接?

通过“创建”我表示如何建立现有连接,但如何创建新的拨号连接。常见的方法是使用新的连接向导(GUI),但我想从命令行(脚本)创建(和删除)连接。

我想在需要时创建拨号连接 ,因为如果没有可用的互联网连接,则会弹出一个对话框,要求使用拨号连接进行连接,这会阻止请求连接。如果拨号连接不存在,则不会发生这种情况。禁用拨号连接上的“默认连接”设置不会阻止弹出对话框。

2 个答案:

答案 0 :(得分:0)

查看rasdial,它可以根据您提供的参数创建拨号连接。

答案 1 :(得分:0)

您是否看过Microsoft自己的页面,关于使用rasphone.exe设置(创建)拨号连接?

http://support.microsoft.com/kb/555935

How to setup dial-up connection by rasphone.exe command
Click Start, type rasphone -a in the Start Search box, and then press Enter key.
Click Dial-up button on the How do you want to connect page.
Type the telephone number and destination name(e.g. Dial-Up), on the Type the telephone number to connect to page, click Next button to continue.
Type your user name and password, and make sure the Remember this password check box has been selected, on the Type your user name and password page, click Create button to continue.
Click Start, type rasphone -e <destination name> in the Start Search box, and then press Enter key.
Note: you must use the destination name which typed in step3, for example, Dial-Up. 
On the Options tag of the Dial-up Properties, Clear the following selection:
a. Prompt for name and password, certificate, etc.
b. Include Windows logon domain.
c. Prompt for phone number.
then click Ok button.

我在这里看到的麻烦是它仍然涉及点击。 这可能不是您梦寐以求的解决方案,但对于这些部分,您可以创建一个简短的AutoHotkey脚本(或整个过程,就此而言)。