Hi CB,
Thanks for your posting here.
You can try Microsoft Windows Script Host:
1. Create a file with the .vbs extension (for example, C:\add.vbs).
2. Add the following three lines to the file:
SET WSHShell = CreateObject("WScript.Shell")
WSHShell.RegWrite
"HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\domain",
"domain.com", "REG_SZ"
WSHShell.RegWrite
"HKLM\System\CurrentControlSet\Services\TCPIP\Parameters\NV domain",
"domain.com", "REG_SZ"
(the second line and third line start with "WSHShell.RegWrite" and ends
with "REG_SZ")
3. Double-click the file to run or at a command prompt, type "C:\add.vbs"
(without the quotation marks)
As for DC, please refer to the following document.
257623 Domain Controller's Domain Name System Suffix Does Not Match Domain
Name
http://support.microsoft.com/?id=257623
Wish it helps.
Regards,
Bob Qin
Product Support Services
Microsoft Corporation
Get Secure! -
www.microsoft.com/security
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.