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

Reply via email to