MSFN Forum: How to set up an unattended dialup acount? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to set up an unattended dialup acount? Rate Topic: -----

#1 User is offline   flattspott 

  • Junior
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 30-September 03

Posted 04 October 2003 - 10:27 AM

Is there a way to do this? Maybe some Registry entries or something?


#2 User is offline   Thanatos 

  • GGTW
  • PipPip
  • Group: Members
  • Posts: 235
  • Joined: 31-August 03

Posted 04 October 2003 - 10:54 AM

Tough one, you'd have to do it with a .ins (internet connection settings) file. Maybe google has the answer :)

#3 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 04 October 2003 - 10:56 AM

I once tried to install a dialup *.ins file throught winnt.sif, but it didn't work. Although I didn't have a modem on the test PC it could explain why, it probably needs an installed modem to be able to import the dialup settings.

#4 User is offline   flattspott 

  • Junior
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 30-September 03

Posted 04 October 2003 - 11:00 AM

Well that's too much of a hassel then. I just have it copy a text file with all the settings to set it up manually.

#5 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 04 October 2003 - 12:31 PM

Dial-up connections settings are located in the Remote Access Phonebook (Rasphone.pbk) at %systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk.

Just backup Rasphone.pbk and restore it during unattended setup.

#6 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 04 October 2003 - 01:08 PM

hmm, the username and passwords are not stored in this phonebook?

#7 User is offline   Igor 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 11-August 03

Posted 04 October 2003 - 04:44 PM

AaronXP, on Oct 4 2003, 09:08 PM, said:

hmm, the username and passwords are not stored in this phonebook?

Unfortunately only passwords are not stored. Anyway I use rasdial command in a batch file where I have stored username and password:

rasdial "myconnection" "username" "password"

#8 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 03 November 2003 - 09:09 AM

makes sense...
i'll try it right now

#9 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 03 November 2003 - 09:10 AM

shall i just write this to my cmd file:
COPY "%systemdrive%\Install\Tools\rasphone.pbk" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\pbk"

that's it?

#10 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 03 November 2003 - 01:27 PM

ahmedramzi, on Nov 3 2003, 03:10 PM, said:

shall i just write this to my cmd file:
COPY "%systemdrive%\Install\Tools\rasphone.pbk" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\pbk"

that's it?

Yep :)

#11 User is offline   jps 

  • Group: Members
  • Posts: 2
  • Joined: 23-April 04

Posted 23 April 2004 - 03:26 PM

I'd sure like to see the contents of your rasphone.pbk.
I need to configure XP to dial up on an unattended machine.
Do I need a RAS account somewhere (I see the rasdial example) or can you tell me how to automatically dial into my "normal" ISP?

#12 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 24 April 2004 - 11:15 AM

Igor, on Oct 4 2003, 12:31 PM, said:

Dial-up connections settings are located in the Remote Access Phonebook (Rasphone.pbk) at %systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk.

Just backup Rasphone.pbk and restore it during unattended setup.

%systemdrive%\Documents and Settings\All Users\ = %allusersprofile%

here is a shortcut....from a CMD promt type SET to see settings

#13 User is offline   jps 

  • Group: Members
  • Posts: 2
  • Joined: 23-April 04

Posted 26 April 2004 - 01:04 PM

Can anyone please point me to information necessary to configure XP so that running any program requiring network access will result in a hands-free dialup (un-attended machine in very remote location)?

Alternatively I want to programmatically perform a dialup and establish a network connection prior to running programs that require such connection (on the same un-attended machine).

I think this must be pretty easy, but I have not been able to find the answers after much googling, etc.

#14 User is offline   Sensation_1337 

  • Group: Members
  • Posts: 1
  • Joined: 18-October 06

Posted 18 October 2006 - 11:41 AM

Thx just looking to make that unattended

#15 User is offline   Oleg_II 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 679
  • Joined: 06-August 04

Posted 18 October 2006 - 12:15 PM

View PostIgor, on Oct 4 2003, 04:44 PM, said:

AaronXP, on Oct 4 2003, 09:08 PM, said:

hmm, the username and passwords are not stored in this phonebook?
Unfortunately only passwords are not stored. Anyway I use rasdial command in a batch file where I have stored username and password:

rasdial "myconnection" "username" "password"


Does this work? Somebody tried it to set username and password?

I found that freeware utility NIRCMD can do similar things (and much more).

This post has been edited by Oleg_II: 18 October 2006 - 12:16 PM


#16 User is offline   Coolsights2000 

  • Member
  • PipPip
  • Group: Members
  • Posts: 243
  • Joined: 11-August 04

Posted 18 October 2006 - 06:20 PM

View Postflattspott, on Oct 4 2003, 10:27 AM, said:

Is there a way to do this? Maybe some Registry entries or something?


yes it easy

I'm on cable so I don't have the installer any more but what I did was search the net for a isp that had an installer and I changed it to dial my ISP...

here it is I got lucky

http://www.midpac.net/connectman.htm

unzip the file it has you download and everything you need is inside
just change the stuff to your ISP...

add this to the registry too

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"User Agent"="Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
"IE5_UA_Backup_Flag"="5.0"
"NoNetAutodial"=dword:00000000
"MigrateProxy"=dword:00000001
"EnableNegotiate"=dword:00000001
"ProxyEnable"=dword:00000000
"EmailName"="IEUser@"
"AutoConfigProxy"="wininet.dll"
"MimeExclusionListForCache"="multipart/mixed multipart/x-mixed-replace multipart/x-byteranges "
"WarnOnPost"=hex:01,00,00,00
"UseSchannelDirectly"=hex:01,00,00,00
"EnableHttp1_1"=dword:00000001
"PrivacyAdvanced"=dword:00000000
"GlobalUserOffline"=dword:00000000
"UrlEncoding"=dword:00000000
"ProxyHttp1.1"=dword:00000000
"CertificateRevocation"=dword:00000000
"DisableCachingOfSSLPages"=dword:00000000
"SecureProtocols"=dword:00000028
"WarnonBadCertRecving"=dword:00000001
"WarnonZoneCrossing"=dword:00000000
"WarnOnPostRedirect"=dword:00000001
"EnableAutodial"=dword:00000000
"MaxConnectionsPerServer"=dword:00000002
"MaxConnectionsPer1_0Server"=dword:00000004
"PrivDiscUiShown"=dword:00000001

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy