I have a vb script to rename the local admin and use regedit to rename
the entry manually. 

Thank you

Am Di, den 07.09.2004 schrieb Atom Powers um 19:46:
> "--logon=0" mean don't autologon; try "--logon=1"
> Also, instead of modifying the install.pl; add a line to your install batch
> (base.bat?) like this:
> 
> todo.pl "autolog.pl --logon=1 --user=localadmin" .reboot 
> 
> 
> --
> Perfection is just a word I use occasionally with mustard.
> 
> Atom Powers
> Systems Administrator
> Pyramid Breweries Inc.
> 206.682.8322 x251
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Brad Erdman
> Sent: Tuesday, September 07, 2004 10:33 AM
> To: 'Mario Gzuk'; [EMAIL PROTECTED]
> Subject: RE: [Unattended] rename administrator account
> 
> Hi,
> 
> This is what I need too.  I tried to edit install.pl to use this but it did
> not work.  I changed 'autolog.pl --logon=0' to 'autolog.pl --logon=0
> --user=ourlocaladmin'.  
> 
> Where do I specify this option?
> 
> TIA
> Brad
> 
> > -----Original Message-----
> > From: Mario Gzuk [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 06, 2004 5:00 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Unattended] rename administrator account
> > 
> > Is it enough to use:
> > autolog.pl --user=nobodyknowsme
> > 
> > 
> > 
> > Am Mo, den 06.09.2004 schrieb Mario Gzuk um 9:40:
> > > Here is some vbs scribt to rename the local Administrator account:
> > >
> > > OldName = "Administrator"
> > > NewName = "nobodyknowsme"
> > > ContainerName = "."
> > > Set Container = GetObject("WinNT://" & ContainerName) Set User = 
> > > GetObject("WinNT://" & ContainerName & "/" & OldName
> > > &",user")
> > > Set NewUser = Container.MoveHere(User.ADsPath, NewName) Set User = 
> > > Nothing
> > >
> > > The question is how to handle it, with the renaming is the auto 
> > > login not working. Is there anybody who knows the registry key of 
> > > the Account name "Administrator" for auto login?
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java 
> > Enterprise J2EE developer tools!
> > Get your free copy of BEA WebLogic Workshop 8.1 today.
> > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> > _______________________________________________
> > unattended-info mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/unattended-info
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise
> J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> unattended-info mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/unattended-info
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
> _______________________________________________
> unattended-info mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/unattended-info
> 



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to