Network and Internet Change Workgroup in Windows 11


  • Staff
WorkGroup_banner.png

This tutorial will show you how to change the workgroup on your Windows 10 and Windows 11 PC to join an existing workgroup on a network or create a new one.

When you connect to a network, Windows automatically creates a new workgroup and gives it the name WORKGROUP by default. You can join any existing workgroup on a network or create a new one. Workgroups provide a basis for file and printer sharing, but a workgroup doesn't actually set up sharing for you.

A workgroup is a group of PCs connected to a local area network on the same subnet that share resources, such as printers and files. Each PC that is a member of the same workgroup can access the resources being shared by the others, and can share its own resources.
  • All PCs are peers; no PC has control over another PC.
  • Each PC has its own user accounts. To log on to any PC in the workgroup, you must have an account on that PC.
  • A workgroup is not protected by a password.
  • All PCs in the same workgroup must have a different computer name.
  • If your PC was a member of a domain before you joined the workgroup, it will be removed from the domain.

You must be signed in as an administrator to change the workgroup.

A workgroup name cannot contain special characters such as the following:

` ~ @ # $ % ^ & ( ) = + [ ] { } | ; : , ‘ “ . < > / ?



Contents





Option One

Change Workgroup in Settings


1 Open Settings.

2 Click/tap on System on the right side, click/tap on About on the right side. (see screenshot below)


WorkGroup_Settings-1.png

3 Click/tap on the Advanced system settings link to open System Properties (sysdm.cpl). (see screenshot below)

WorkGroup_Settings-2.png

4 Click/tap on the Computer Name tab, and click/tap on the Change button. (see screenshot below)

WorkGroup_Settings-3.png

5 Perform the following steps: (see screenshot below)
  1. Select (dot) Workgroup.
  2. Type the name (ex: "BRINKGROUP") of the workgroup you want to join or create.
  3. Click/tap on OK.
WorkGroup_Settings-4.png

6 Click/tap on OK when prompted. (see screenshot below)

WorkGroup_Settings-5.png

7 Click/tap on OK. (see screenshot below)

This does not restart the computer yet.


WorkGroup_Settings-6.png

8 Click/tap on Close. (see screenshot below)

WorkGroup_Settings-7.png

9 Click/tap on Restart now when ready to restart the computer. (see screenshot below)

WorkGroup_Settings-8.png




Option Two

Change Workgroup in Command Prompt


1 Open an elevated Windows Terminal, and select Command Prompt.

2 Type the command below into the elevated command prompt, and press Enter. (see screenshot below)

wmic computersystem where name="%computername%" call joindomainorworkgroup name="Workgroup-Name"

Substitute Workgroup-Name in the command above with the actual name of the workgroup you want to join or create.

For example: wmic computersystem where name="%computername%" call joindomainorworkgroup name="BrinkGroup"


3 When successfully finished, close the elevated command prompt.

4 Restart the computer. to apply.

WorkGroup_command_prompt.png





Option Three

Change Workgroup in PowerShell


1 Open an elevated Windows Terminal, and select Windows PowerShell.

2 Type the command below into the elevated PowerShell, and press Enter. (see screenshot below)

Add-Computer -WorkGroupName "Workgroup-Name"

Substitute Workgroup-Name in the command above with the actual name of the workgroup you want to join or create.

For example: Add-Computer -WorkGroupName "BRINKGROUP"


3 When successfully finished, close the elevated PowerShell.

4 Restart the computer. to apply.


That's it,
Shawn Brink


 

Attachments

  • WorkGroup.png
    WorkGroup.png
    3.9 KB · Views: 114
  • WorkGroup_PowerShell.png
    WorkGroup_PowerShell.png
    18.6 KB · Views: 93
Last edited:
There is a mistake here, but possibly still merit to the guidance: Workgroup names can definitely include spaces, since as far back as Windows 2000, I believe. Assuming no ancient pre-Windows 2000 computers on your network, spaces in the workgroup name should be fine. However, they can be a hassle to type at the command line, like spaces in folder names, because you need to enclose them in quotes. That said, it's pretty rare that you ever need to use the workgroup name at the command line (computer names, yes, workgroup names, not so much), so using quotes on those rare occasions may not be a problem to you. What I don't know is if there are some network-based or network-supporting software packages under common use that may choke on a space in the workgroup name. Most third-party software will not use the Workgroup name at all, so I suspect that's also fine, but if unsure, certainly safer to avoid spaces.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    CPU
    Core i7 13th Gen
    Motherboard
    Gigabyte
    Memory
    64GB
    Graphics Card(s)
    MSI nVidia RTX 3060
    Monitor(s) Displays
    43" 4k 144Hz HDR, 32" 4k HDR in portrait, 12" 1080 touch/pen
    Hard Drives
    2x 2TB PCIe 4 in RAID1 (2TB capacity)
    Keyboard
    Corsair K100 RGB
    Mouse
    Logitech G502
    Internet Speed
    Starlink
    Browser
    Edge
    Other Info
    Logitech BRIO 4K for Windows Hello
Back
Top Bottom