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: "You or a program has requested information from <location>. Which connection do you want to use?"
To prevent auto-dialing from IE, use the Internet Options settings in IE.
To prevent rasauto's prompts, just stop and disable the "rasauto" 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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.