cocobingo Posted December 6, 2005 Posted December 6, 2005 Hi all !When the RIS installation process is over, I am presented with a login screen with values for login / domain set to "Administrator" and "Local computer".Is it possible to set these values in my .sif file (at least the "Domain") to a different user, and to my D domain ?Thanks a lot !
cluberti Posted December 6, 2005 Posted December 6, 2005 You can't do it in the winnt.sif file, but you can add registry entries via [setupParams] or cmdlines.txt to add the following values to your system's registry:Key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinlogonValue: AltDefaultDomainNameType: REG_SZData: YOURDOMAINNETBIOSNAMEHEREValue: AltDefaultUserNameType: REG_SZData: yourusernamehereValue: CachePrimaryDomainType: REG_SZData: YOURDOMAINNETBIOSNAMEHEREValue: DefaultDomainNameType: REG_SZData: YOURDOMAINNETBIOSNAMEHEREValue: DefaultUserNameType: REG_SZData: yourusernamehere
InTheWayBoy Posted December 7, 2005 Posted December 7, 2005 That's awesome...been wondering about this myself but could never find an answer using search. Sucks when all the keywords are so basic Thanx again!
cluberti Posted December 7, 2005 Posted December 7, 2005 (edited) No problem. I think this was in the documentation for the NT4 reskit - I remember I found it by reading it somewhere back around the '96 timeframe , and I think that's where I read it.edit: I did just try a google search, and you're right - not the easiest info to find unless you already know the reg keys . Edited December 7, 2005 by cluberti
cocobingo Posted December 13, 2005 Author Posted December 13, 2005 Still having a question about this :I added this key, which is supposed to show the options (domain, shut down...) on the logon screen.[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]......"ShowLogonOptions"=dword:00000001I just added the "ShowLogonOptions"=dword:00000001 after the other lines, but the options do not show on the logon screen.Is there another registry setting for that ?Thanks again !
cluberti Posted December 13, 2005 Posted December 13, 2005 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"ShowLogonOptions"=dword:00000001If you're not using the classic Windows logon ("ctrl-alt-del box"), this setting will have no effect. If you've got the fast-user switching disabled and are ussing the classic logon, this should give you the full expanded options box. If your box isn't a member of a domain, though, you get no more information than if it isn't expanded.
mls15000 Posted December 14, 2005 Posted December 14, 2005 I was just looking for this, great find. Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now