If remote connections are enabled in Microsoft® Windows® 95/98, the system may initiate an Internet connection at Windows startup or at the start of many applications. This behavior is sometimes called autodial or autoconnect. This behavior can be disabled by setting the registry key EnableRemoteConnect to N.
To do this, create a text file named DisbleAutoConnect.reg with the following three lines:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE]
"EnableRemoteConnect"="N"
Changing this setting to disable remote connections should not prevent any of your usual Internet activities. This setting is the default for most systems. However, enabling remote connections is necessary for some features of DCOM For more information, see http://support.microsoft.com/support/kb/articles/Q177/3/94.asp.
If there are instances when you need to have remote connections enabled, create a second REG file, named EnableRemoteConnect.reg, with the following three lines:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE]
"EnableRemoteConnect"="Y"
Run EnableAutoConnect.reg to make the setting, then run DisbleAutoConnect.reg to disable it when autoconnect is no longer needed.