Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Connect

Status
Not open for further replies.

eXtremX

Technical User
Mar 10, 2003
56
PT
When I start Internet Explorer (6 SP1) my internet connection dials automatically. It also happens when I start an application (even if it doesn't use internet). i've already selected the mark "never dial" in the Internet Properties...!
 
bcastner (IS/IT--Manageme) Oct 29, 2003
This may be innocent behavior. An example is a program that is set to "Autoupdate", such as an antivirus program.

There are actually two autodial mechanisms in XP. One is configured through IE and is triggered by calls to the wininet API. The other is the "rasauto" service which is triggered by when certain network events occur.

IE's autodial usually pops up and dials when applications are launched.

The rasauto service pops up the following prompt at any time: &quot;You or a program has requested information from <location>. Which connection do you want to use?&quot;

To prevent auto-dialing from IE, use the Internet Options settings in IE.

To prevent rasauto's prompts, just stop and disable the &quot;rasauto&quot; service.
You can do this through the computer management console, or by entering the following two commands via cmd.exe:

sc config rasauto start= disabled
net stop rasauto

One thing to be aware of is that the rasauto service is used by connection sharing. If you have connection sharing enabled on your computer (e.g. your computer is being used as the home network's Internet gateway), then you should not disable or stop the rasauto service.

To view the list of names and addresses recorded by AutoDial, type the following command at a command prompt:
rasautou -s

To delete a name or address entry from the list: Start/Run/Regedit

HKEY_CURRENT_USER\Software\Microsoft\RAS Autodial\Addresses

You can delete any TCP/IP addresses that you see under this key. Note that AutoDial can use IP addresses, DNS fully qualified domain names (FQDN), and NetBIOS names.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top