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 !
Page 1 of 1
Change first login-screen values ?
#2
Posted 06 December 2005 - 10:43 AM
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
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
#3
Posted 06 December 2005 - 06:08 PM
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!
#4
Posted 06 December 2005 - 10:54 PM
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
.
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
This post has been edited by cluberti: 06 December 2005 - 10:55 PM
#6
Posted 13 December 2005 - 05:12 AM
Still having a question about this :
I added this key, which is supposed to show the options (domain, shut down...) on the logon screen.
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 !
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 !
#7
Posted 13 December 2005 - 10:00 AM
[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.
"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.
- ← RIS | ENUM <directory> problem
- Unattended RIS Installation
- Please Help! How to add drivers to Unattended RIS installation →
Share this topic:
Page 1 of 1



Help
Back to top











