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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to stop dialer from dialing and prompting me .. 1

Status
Not open for further replies.

kewlcoder

Programmer
Dec 9, 2003
82
IN
hi everyone,
i have a little problem here, my friend uses his mobile to connect to internet where he requires to dial some number to connect. and windows dialer and the provider's drivers are doing very well, the problem is every time he starts getting a pop-up message that it is connecting to internet, the connection properties of internet explorer i have set it to 'never dial a connection'. but it still keeps popingup and starts dialing. i understand that it only happens when some process is tring to connect to internet but i tried to stop all those but still some thing is tring to make it appear.... i am not that sure that it is becaue of some process or some thing ......
pls help
Kewlcoder.
 
Autodial in the presence of two dialers (your ISPs and the native dialer) can be a little tricky.

I am just going to quote Kelly Theriot here, as she covers the most common things to check:

Check your settings here:

Right click the My computer icon (Desktop), open Manage/Services and Applications/Services. In the right pane scroll down to Remote Access Auto Connection Manager and double click it. Use the Startup type drop box and choose Disabled.

Network Connections/Advanced/Dial-Up Preferences/Enable Auto-Dial by Location/Uncheck all locations and Always ask me before Auto-Dialing.

Also check all programs with a Notification Area icon (system tray) for an option to disable or not start at startup. Most can be unselected here: Start/Run/Msconfig/Startup and/or removed from here: Start/Run/Regedit

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Disable Automatic Modem Connections at Startup

If remote connections are enabled in Windows, the system may try to initiate an Internet connection at Windows startup or at the start of many applications. This setting disables that behavior.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole. Value Name: EnableRemoteConnect, Data Type: REG_SZ (String Value), Value Data: "Y" = enable automatic connections, "N" = disabled.

Create a new String value, or modify the existing value, called 'EnableRemoteConnect' and edit the value according to the settings above. Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Modify the Internet Auto-Dial Settings

Windows has the option to automatically dial your Internet Service Provider (ISP) to establish an Internet connection. This option can be controlled using this tweak.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

Create a new binary value named "EnableAutodial", and set the new value to equal "01 00 00 00" to enable autodial or "00 00 00 00" to disable it.

Note: This restriction can be used either on a user by user basis by adding it to HKEY_CURRENT_USER or on a computer wide basis by adding it to HKEY_LOCAL_MACHINE.

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.

source:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top