Win7 system boot automatic dial-up connection broadband

  
Method 1 Drag the broadband connection shortcut into the start - start menu group
1, Windows 7 to achieve boot-up automatic dial-up Internet access function, you must first set up according to the following instructions. Go to Control Panel -> Network -> Network and Sharing Center -> Change Adapter Settings -> Broadband Connection -> Properties and set as shown below.
2, drag the broadband connection shortcut into the start - start the menu group.
3, specific practices: right click "Broadband connection" -> "Create shortcuts" -> copy the desktop shortcut created or cut, open & ldquo; start & rdquo; menu ->&ldquo ;All Programs>->“Start”, Right click to open ”->”Paste“ or”ctrl+V “ Shortcut to the opened “start” folder Ok.
Method 2 Enable automatic dial-up through system scheduling tasks
1. My computer (computer) right-management-system tool-task scheduler Select “Create task” in the options on the right.
2, the general options: the name is free (such as automatic dialing) trigger tab - New: start task select login, delay task time 5 seconds operation tab - New: program or script: %Windir%System32rasphone.exe , -d ADSL dial-up connection name.
Method 3: Activate the automatic dial-up Internet access by modifying the registry startup item
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun] “Connection”=”%windir%System32rasphone.exe -d ADSL dial-up connection name”
After modifying, copy the above code to a text file and modify the extension reg file, then double-click to import into the registry.
Method 4: Start and start automatic dial-up networking through VBS
1, the first VBS:
Edit the content with Notepad, you can copy, connect the name, broadband account, broadband password to fill in yourself. Br>Dim Wsh Set Wsh = WScript.CreateObject(“WScript.Shell”) Wsh.Run “ping 127.0.0.1 -n 3″,0,True‘Delayed for 3 seconds Wsh.Run “rasdial Dial-up Connection Name Broadband Account Broadband password <;0, True Set Wsh=NoThing WScript.quit
2, second VBS:
CreateObject(“WScript.Shell”).run”Rasdial dial-up connection name broadband account broadband password“ , 0
Next, change the suffix of any VBS text above to .vbs, and copy this file into the startup folder.

Copyright © Windows knowledge All Rights Reserved