Change workgroup name using regedit

  • Thread starter Thread starter Nathan Guidry
  • Start date Start date
Nathan said:
What's the Key to change the workgroup name of a windows 2000 pro machine?

Hi

I'm afraid it is not defined in a registry value.

For a script solution:

For WinXP, you can use the JoinDomainOrWorkgroup method of the
Win32_ComputerSystem class (more in the article listed below).

For NT4/Win2k and WinXP, you can use Netdom.exe v1.8 to change workgroup, see
section "Command line, join workgroup" here:

From: Torgeir Bakken
Subject: Re: Join Workgroup then join domain, via WSH?
Newsgroups: microsoft.public.scripting.wsh
Date: 2002-09-09 14:03:29 PST
http://groups.google.com/[email protected]


Some notes:

Netdom.exe needs to be run with an account that is member (directly or
indirectly) of the Administrators group on the local computer

The server service needs to be available and not disabled or removed for
netdom to work (at least when you want to join a domain, workgroup I
don't know), see this thread for more info about this:

Subject: Re: Join Computer to a Domain with NetDom
http://groups.google.com/groups?th=a180a5e6b463d276
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top