• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Change workgroup name from command prompt?

TechnoPro

Golden Member
Can this be done?

I'm looking to write a batch file that will let me switch workgroup names for different locations I bring my laptop to.
 
To join a domain you can use netdom form the Support Tools (i am assuming you are using 2000 or XP)
THe command is NETDOM JOIN machine /Domain: <domain>
more info here

to join a workgroup the only way i found was to use the netdom for nt
Netdom.exe for NT 4.0
if you download the netdom_x86.exe file i would rename that netdom_nt or something to tell the difference.
you can now use the command with the netdom_nt
netdom_nt member \\computer /JOINWORKGROUP workgroupname

hope that helps:beer:
 
Sorry I didnt see "let me switch workgroup names " i just implied domain show how. I would just use the one for NT and forget about the support tools one. Put the commands in a bat file and you will be all set.
 
Back
Top