142 Appendix B: NTConfig Windows NT Embedded registry
Joining a domain
To join a domain on a LAN, a special JoinDomR service must
be used. The join operation can be done when activating this
service after having set some of the join domain parameters
such as the domain name to join, the user account to add, and
the password of the user account that has been added.
Registry Keys Setup
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Control\ComputerName\
JoinDomainOnNextBoot\
DomainName
Set STRING to represent the
domain name to join.
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Control\ComputerName\
JoinDomainOnNextBoot\
UserName
Set STRING to represent the
user account that will add
the machine on the domain
name.
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Control\ComputerName\
JoinDomainOnNextBoot\
Password
Set STRING to represent the
password of the user account
that will add the machine on
the domain name.
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Services\JoinDomR\Start
Set DWORD to 0 or 4.
Use 4 to keep the machine
off a domain.
Use 0 to start the JoinDomR
service and join the domain
name.