- Change name machine & workgroup name
- Posted by uyyyyy on March 9th, 2006
Hello.
I want to change the name machine and work group name of windows xp from
command line.
What is the command to do this ?
Thanks.
- Posted by Ramesh, MS-MVP on March 9th, 2006
Windows XP Service Pack 2 Support Tools:
http://support.microsoft.com/?kbid=838079
[Excerpt]
Netdom.exe
You can use the Netdom.exe command-line tool to join a computer to a domain
or to manage a computer account. .The /JOINDOMAIN option joins a computer to
a domain.
..The /JOINWORKGROUP option joins a computer to a workgroup.
..The /RENAME option renames the computer on the domain.
[/Excerpt]
©2006 Microsoft Corporation. All rights reserved.
Apart from that, you can create a WMI script to accomplish this task.
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com
"uyyyyy" <jperezme@mi.madritel.es> wrote in message
news:dup6jf$cdr$1@nsnmpen2-gest.nuria.telefonica-data.net...
Hello.
I want to change the name machine and work group name of windows xp from
command line.
What is the command to do this ?
Thanks.
- Posted by Stephen M on March 9th, 2006
You need the support tool. Here is link.
http://support.microsoft.com/default...298593&sd=tech
"uyyyyy" wrote:
- Posted by uyyyyy on March 10th, 2006
I have use netdom.exe, but i don't know how i can change workgroup. I have
read documentation on microsoft but doesn't works:
netdom.exe RENAMEMACHINE .......... works but it need machine woks on a
domain and my machine works on a workgroup.
netdom.exe MEMBER /JOINWORKGROUP myworkgroup doesn't works because netdom
command doesn't understand "MEMBER". I use the last version of support
tools.
Any idea ?
"Stephen M" <StephenM@discussions.microsoft.com> escribió en el mensaje
news:4530BB94-9619-4651-87F1-137512D5D6B5@microsoft.com...