Jump to content

Change first login-screen values ?


Recommended Posts

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 !

Link to comment
Share on other sites


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\Winlogon

Value: AltDefaultDomainName

Type: REG_SZ

Data: YOURDOMAINNETBIOSNAMEHERE

Value: AltDefaultUserName

Type: REG_SZ

Data: yourusernamehere

Value: CachePrimaryDomain

Type: REG_SZ

Data: YOURDOMAINNETBIOSNAMEHERE

Value: DefaultDomainName

Type: REG_SZ

Data: YOURDOMAINNETBIOSNAMEHERE

Value: DefaultUserName

Type: REG_SZ

Data: yourusernamehere

Link to comment
Share on other sites

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 by cluberti
Link to comment
Share on other sites

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:00000001

I 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 !

Link to comment
Share on other sites

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"ShowLogonOptions"=dword:00000001

If 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...