How can I configure Windows 7 to automatically dial the default dial-up Internet connection as soon as a user logs in?
I use a dial-up connection for accessing the Internet, and I don't want to dial everytime I log in to Windows.
|
feedback
|
|
A shortcut in the Start menu didn't work for me but this did: http://www.recipester.org/Recipe:Make_ADSL_auto-connect_on_PC_startup_28846102 In case that link goes bad: Control Panel->Administrative Tools->Schedule Tasks Create basic task... -> When I logon -> Start a program: "c:\Windows\System32\rasphone.exe" arguments: "-d NetworkConnection" where NetworkConnection is replaced by the name of your network connection. If you don't know the name, run "rasphone" from the Start button and look at the list. You must put the name in quotes if there's a space in it. To test if it works, you can test it from the command-line. You should also configure the connection to not require name and password when connecting so that it'll connect when you're away from the computer. To do that, first configure the connection to require name/password. Next disconnect and reconnect. In the connect screen, enter name and password and check the "remember password" option, for everyone. Now connect and that will save the "remember password" option. Finally, go back to the properties and remove the "require name/password" option. | |||
feedback
|
|
The easiest way is to go to the window where it lists all your dial up networking connections and click the automatically connect check box, followed by connect... You can cancel straight away but clicking connect saves the changes. Next, click on the start menu then expand "all programs", right click the startup group and choose open. Lastly, drag a shortcut from dial up networking to the startup group and it should launch and automatically connect every time you log on. | |||
|
feedback
|
|
Try this:
If you want your shortcut icon to have no text so it seems like a picture on your desktop (in short, remove the icon text): right-click the icon and select rename. Press Alt+255 on your keyboard. | ||||
|
feedback
|
|
If you want to connect automatically ("Dialup OR Dial Up") then use this four-step method:
See also Dial up Automatic - NetSnsor.mp4 (YouTube video, 8 min 32 sec). | ||||
|
feedback
|
|
Could you not use the registry HKEY_USERS\SomeUserId\Software\Windows\CurrentVersion\Run NetworkConnect = "c:\windows\system32\rasphone "-d" "[Your network name]"" Then maybe could do it for all users, the admin only or for the guest group that you may have otherwise disable network settings for? I'm just trying it now... | |||
|
feedback
|