Skip to content
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App

Written By Alok Kumar Mishra
Last Updated July 10, 2026
Posted In Windows 11
SHARE

Let’s learn how to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App. When a user connects to a network, Windows automatically creates a new workgroup and assigns it the default name WORKGROUP. So, a user can join any existing workgroup on a network or create a new one.

Workgroups provide a base for file and printer sharing but do not 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, like files, printers, etc.

All devices in the same workgroup can access the resources shared by others and share their resources. All devices are peers; no device has control over another device. Each device has its user account. To log on to any device in the workgroup, you must have an account on the device.

A workgroup is not protected by a password. All devices in the same workgroup must have different computer names. If your PC was a domain member before joining the workgroup, it will be removed.

Patch My PC
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 1
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 1

Are there any Registry Editor, Group Policy and Intune Policy Settings that allow you to change WorkGroup in Windows 11?

The answer is no. We cannot find any Group Policy and Intune Policy to Change WorkGroup in Windows 11. If you have anything, let us know in the Comments.

Change Add Remove Windows 11 PC from Workgroup

You can change, add, or remove the Workgroup in Windows 11. The methods for changing the settings are using the Windows Setting application, commands in the command prompt, and PowerShell to change the Workgroup.

Windows Settings

You can modify the workgroup settings using Windows settings. To do so, click the Windows button, select Settings, or press Win Key + I to open settings directly.

Then, under settings, click the System option on the left panel. Find the About (used for device specification, rename PC, Windows Specification) option in the right panel, then click on it to open.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 2
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 2

When the About window appears, you can see all the information about your device presented here. Scroll below and click on the Advanced System Setting link under the Related Links option.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 3
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 3

When you click Advanced System Settings, the System Properties window pops up. Under the Computer Name tab, click the Change button, as shown below. This button allows you to rename this computer or change its domain or workgroup.

Then, the Computer Name/Domain Changes window appears. You can change this computer’s name and membership. Changes might affect access to network resources. Under Member of, click the Workgroup options, type your Group Name, and click OK.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 4
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 4

When clicked OK, it says Welcome to the “GivernGroupName” workgroup. Click OK. The following pop-up says you must restart your computer to apply these changes and again press OK.

NOTE! Before restarting, save any open files and close all programs.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 5
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 5

Again, it will return to the System Properties windows. Here, you can simply click on Close to exit this window. It also shows a caution: “Changes will take effect after you restart this computer.”

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 6
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 6

After closing the system properties window, the Microsoft Windows pop-up appears. It says you must restart your computer to apply these changes. Before restarting, save any open files and close all programs. Now, it is upon the user to choose Restart Now or Restart Later.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 7
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 7

Command Prompt

Users can use the Command Prompt in Admin mode to change Workgroup in Windows 11. To open the Elevated Command Prompt, press Win Key + R simultaneously to open the run dialogue box, and follow the below steps. The Run window said to type the name of a program, folder, document, or internet resource, and Windows will open it for you.

  • Press Win Key + R
  • Type cmd for the command prompt
  • Press Ctrl + Shift + Enter
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 8
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 8

The next window appears as User Account Control, which asks you, “Do you want to allow this app to make changes to your device?”, for Windows Command Processor, press YES to continue. This window is an administrative approval to perform some tasks.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 9
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 9

The Elevated Command Prompt window opens, and you can run some administrative commands. This window is represented as “Administrator: C:\WINDOWS\system32\cmd.exe“. Now type the following command (copy and paste) and press Enter to run the command successfully. This command Enables the built-in Administration account.

NOTE! Substitute Workgrup-Name with an actual group name that was given by the user.

wmic computersystem where name="%computername%" call joindomainorworkgroup name="Workgroup-Name"
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 10
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 10

PowerShell

You can also change Workgroup using PowerShell (Admin). Launch the search box by clicking the Search icon on the taskbar or pressing the Windows key + S hotkey. Now, type Windows PowerShell. When the PowerShell app appears, click on it and select Run as Administrator. It will then ask permission to run; click on Yes to continue.

How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 11
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 11

The Elevated PowerShell window opens, and you can run some administrative commands. This window is represented as “Administrator: Windows PowerShell“. Now type the following command (copy and paste) and press Enter to run the command successfully. This command Enables the built-in Administration account.

NOTE! Substitute Workgrup-Name with an actual group name that was given by the user.

Add-Computer -WorkGroupName "Workgroup-Name"
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App - Fig. 12
How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App – Fig. 12

I hope How to Change Add Remove Windows 11 PC from Workgroup using PowerShell Settings App is helpful. Please follow us on the HTMD Community and visit our website, HTMD Forum, if you like our content. Suggest improvements, if any, and we would love to know which topic you want us to explore next.

Join the LinkedIn Page and Telegram group to get the latest step-by-step guides and news updates. Join our Meetup Page to participate in User group meetings. Also, Join the WhatsApp Community to get the latest news on Microsoft Technologies. We are there on Reddit as well.

Author

Alok graduated with a Master of Computer Applications (MCA) degree. He loves writing on Windows 11 and related technologies. He likes to share his knowledge, quick tips, and tricks with Windows 11 or Windows 10 with the community.

Written by

Alok is a Master of Computer Applications (MCA) graduate. He loves writing on Windows 11 and related technologies. He likes to share his knowledge, quick tips, and tricks.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Security

Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday

Key Takeaways Microsoft Fixes 570 Security Vulnerabilities and 3 Zero-Day Vulnerabilities in July 2026 Patch Tuesday! Microsoft fixed 3 zero-day vulnerabilities as part of the July 2026 Patch Tuesday updates. Two of them, CVE-2026-56164 (Microsoft SharePoint Server Elevation of Privilege) and CVE-2026-56155 (Active Directory Federation Services Elevation of Privilege), were actively exploited before the security […]

AC Anoop C Nair 29 min read
Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Windows 11

Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration

Key Takeaways Hey, let’s learn about Boost Productivity with Zoom Workplace on Windows 11 | Setup Guide for Meetings Chat Calls and Collaboration. Zoom workplace is an AI-powered collaboration app used for online meetings, team collaboration, and video calls. This application helps to conduct meetings Including chat and messaging, screen sharing and Calendar Integration. Boost […]

AC Anoop C Nair 35 min read
Windows 11

13 Windows AI Features to Turn Off for Better Privacy

Key takeaways Hey, let’s discuss about 13 Windows AI features to turn off for better privacy. AI is widely used in modern systems such as Windows 11 to automate tasks, improve productivity, and enhance user experience. However, AI also has several disadvantages. It may raise privacy concerns because personal data can be collected and analysed […]

AC Anoop C Nair 15 min read