How to set up an unattended dialup acount?
#1
Posted 04 October 2003 - 10:27 AM
#2
Posted 04 October 2003 - 10:54 AM
#3
Posted 04 October 2003 - 10:56 AM
#4
Posted 04 October 2003 - 11:00 AM
#5
Posted 04 October 2003 - 12:31 PM
Just backup Rasphone.pbk and restore it during unattended setup.
#6
Posted 04 October 2003 - 01:08 PM
#7
Posted 04 October 2003 - 04:44 PM
AaronXP, on Oct 4 2003, 09:08 PM, said:
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"
#9
Posted 03 November 2003 - 09:10 AM
COPY "%systemdrive%\Install\Tools\rasphone.pbk" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\pbk"
that's it?
#10
Posted 03 November 2003 - 01:27 PM
ahmedramzi, on Nov 3 2003, 03:10 PM, said:
COPY "%systemdrive%\Install\Tools\rasphone.pbk" "%systemdrive%\Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\pbk"
that's it?
Yep
#11
Posted 23 April 2004 - 03:26 PM
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
Posted 24 April 2004 - 11:15 AM
Igor, on Oct 4 2003, 12:31 PM, said:
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
Posted 26 April 2004 - 01:04 PM
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.
#15
Posted 18 October 2006 - 12:15 PM
Igor, on Oct 4 2003, 04:44 PM, said:
AaronXP, on Oct 4 2003, 09:08 PM, said:
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
Posted 18 October 2006 - 06:20 PM
flattspott, on Oct 4 2003, 10:27 AM, said:
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



Help
Back to top









