This weeks setting is a native policy for Windows Vista (or greater) called “Assign a default domain for logonâ€. As the name suggest it configured the default domain name when a user logs on to the computer. This is very handy in a multi domain environment or if you want to make sure that your newly built computer default to the correct domain when the users logon for the first time. This setting can be found under Computer Configuration > Administrative Templates > System > Logon and it requires requires at least Windows Vista.
How to set Default Logon Domain Name for Windows XP via Group Policy
Its nice that this is now a native policy as you use to have to set the registry manually for you to set this option in Windows XP but I often find that this method is very often hit an miss. If you do want to try configuring this for Windows XP you could set it via Group Policy Preferences then here are the key you would set
Key: HKLM\software\microsoft\windows nt\currentversion\winlogon\
Value: altdefaultdomainname (REG_SZ)
Data: DOMAINNAME
and
Key: HKLM\software\microsoft\windows nt\currentversion\winlogon\
Value: defaultdomainname (REG_SZ)
Data: DOMAINNAME
Blog Post: Group Policy Setting of the Week #29 – Assign a default domain for logon http://bit.ly/dDp6HU
Group Policy Setting of the Week #29 – Assign a default domain for logon http://bit.ly/cuXBMB
RT @grouppolicy_biz: Blog Post: Group Policy Setting of the Week #29 – Assign a default domain for logon http://bit.ly/dDp6HU
RT @grouppolicy_biz: Blog Post: Group Policy Setting of the Week #29 – Assign a default domain for logon http://bit.ly/dDp6HU
What is the appropriate registry value for Windows 2008 R2 servers??
Thank you, Tom