search
HomeSystem TutorialWindows SeriesHow to Enable Local Users and Groups Management in Windows 11 and 10 Home

Local Users and Groups Management is a shell application to manage local and remote computers and access system administrator tools. However, Local Users and Groups Management is unavailable in the Windows 11/10 Home editions, so you must rely on a third-party program to use it there.

Enable the Local Users and Groups Management Console in Windows 11/10 Home

Like the Local Group Policy Editor, Local Users and Groups Management (lusrmgr.msc) is an advanced feature available only on Windows Pro, Education, and Enterprise.

However, while you can use workarounds to enable Group Policy Editor on Windows Home, it is not possible to enable the Local Users and Groups Management snap-in console.

Instead, you can use Lusrmgr.exe, a third-party alternative, to enable the Microsoft Management Console snap-in in Windows 11 Home. Lusrmgr.exe is similar to the built-in Local Users and Groups Management console. It is a portable application, and you can download it from GitHub for free.

Here's how to download and use the Local User and Group Management tool on Windows 11 Home. Follow the same steps on a Windows 10 PC:

  1. Open the lusrmgr GitHub page.
  2. On the default Code tab, scroll down to the Download link to get the latest version of the file.
  3. Once downloaded, double-click the lusrmgr.exe file to run the program.

How to Enable Local Users and Groups Management in Windows 11 and 10 Home  

You will notice the lusrmgr application looks similar to opening the native Local Users and Groups Management console. However, the difference lies in the usability of the tool. Below are side-by-side images for the built-in lusrmgr console (left) and the third-party application (right) for reference.

How to Enable Local Users and Groups Management in Windows 11 and 10 Home  

To create a new user account with this Local User and Group Management tool:

  1. Right-click on User and select Create. Then fill in the details for the new user account.
  2. Click the Advanced button to configure the advanced account option, local path, and profile path.How to Enable Local Users and Groups Management in Windows 11 and 10 Home  
  3. Click on Create to add the new user account.

Similarly, you can edit, remove, rename, or add a password to the existing user account. You can also enable the secret built-in administrator account using the tool.

Additional Features of the Lusrmgr App

How to Enable Local Users and Groups Management in Windows 11 and 10 Home      

Apart from the usual account management features, lusrmgr.exe provides additional functions not available in the native utility. For example, you can use the search function to find a specific account. This is useful for system administrators who manage multiple user accounts in an organization.

Another handy feature is the ability to define access times for individual accounts. To set an access time, right-click on the username and select Edit. Next, open the Account tab and click on Define access time.

How to Enable Local Users and Groups Management in Windows 11 and 10 Home  

By default, the user accounts have no limit on access time. But you can define this by selecting a time block for different days.

Since lusrmgr is a portable app, you can’t open it with the lusrmgr.msc command like the built-in app. To launch the program, double-click the executable file you downloaded and make the necessary changes to the user account or groups.

2. Manage Local Users and Groups Using the Command Prompt

You can use the "net localgroup" or "net user" command-line utility to manage users and groups on Windows 11/10. It's a handy way to view, add, and delete local groups and users without using a third-party utility.

How to Enable Local Users and Groups Management in Windows 11 and 10 Home  

First, open a Command Prompt window with administrative privilege. To do this, press the Windows key, type cmd, right-click on Command Prompt, and select Run as administrator.

Below is a list of commands to view and manage local users and groups using the Command Prompt:

  1. To view the name of the server and local groups on the computer, type:
    net localgroup
  2. To view all users in a group, enter:
    netlocalgroup[groupname]
  3. To create a new group, use the following command. Replace xyz with the group name you want to create:
    net localgroup xyz /add
  4. To view all user accounts:
    net user
  5. To create a new user account (replace abc with the username you want to add):
    net user abc /add
  1. To view all the accounts with administrator privileges:
    net localgroup administrator
  2. To add a user account to the administrator group (be sure to change abc, and Administrator to the group name if needed):
    net localgroup Administrator abc /add
  3. To delete a local group:
    net localgroup xyz /delete
  4. To delete a local user:
    net user abc /delete
  5. If you need help with syntax for a specific command, use this:
    net help <command></command>

How to Enable Local Users and Groups Management in Windows 11 and 10 Home  

The Local Users and Groups Management console is a handy utility for system administrators to manage local computers and connect remotely to compatible systems. However, if you are running Windows 11 Home and need to use the lusrmgr.msc tool, your only option is to use the third-party application from GitHub.

The above is the detailed content of How to Enable Local Users and Groups Management in Windows 11 and 10 Home. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
5 Reasons You Need a Security Key5 Reasons You Need a Security KeyApr 29, 2025 am 06:02 AM

The Best Password Managers of 2025The Best Password Managers of 2025Apr 29, 2025 am 03:05 AM

This article reviews six password managers, comparing their features and strengths. Each manager is highlighted with an image and a concise summary of its pros and cons. 1Password: Best overall. Excellent multi-platform performance, intuitive i

How to Reset All Network Settings in Windows 11How to Reset All Network Settings in Windows 11Apr 29, 2025 am 03:04 AM

Resolving Windows 11 Wi-Fi Connectivity Issues Through Network Reset Experiencing Wi-Fi or internet connectivity problems on your Windows 11 PC? Resetting your network settings can often resolve these issues. This guide details the process and what

7 Open Source Apps for Windows You Should Be Using7 Open Source Apps for Windows You Should Be UsingApr 29, 2025 am 03:02 AM

This article highlights ten excellent open-source applications that offer robust functionality without the cost or privacy compromises of commercial alternatives. Let's explore these powerful tools: Notepad : A Superior Text Editor: A significan

How I Troubleshoot Windows Using Command PromptHow I Troubleshoot Windows Using Command PromptApr 29, 2025 am 12:55 AM

Command Prompt: Your Secret Weapon for Troubleshooting Windows Issues Since I started using Windows, I've rarely gone a month without encountering some sort of problem. My go-to solution? The often-overlooked Command Prompt. While initially intimid

6 Windows Warnings You Shouldn't Overlook6 Windows Warnings You Shouldn't OverlookApr 29, 2025 am 12:53 AM

Windows System Warning: Six Signals Not to Be Neglected Many people find Windows notifications very annoying and often turn them off without watching them. But ignoring all notifications can backfire. Some warnings may prompt serious problems in the system and delayed handling may endanger the safety of the equipment. Here are some warnings you must not ignore. Notification of insufficient disk space When your system drive (usually a C disk) has insufficient storage space, a "Insufficient Disk Space" warning will appear. Windows requires free space to handle tasks such as saving temporary files, installing updates, and managing virtual memory. Insufficient space can cause the system to slow down, freeze or even crash. Important security updates may also fail to install. Given that this can seriously affect performance and stability

How to Run Old Software in Compatibility Mode on Windows 11How to Run Old Software in Compatibility Mode on Windows 11Apr 28, 2025 am 09:22 AM

Resolve App Compatibility Issues in Windows 11 with Compatibility Mode Is an application refusing to launch or behave as expected on your Windows 11 system? Windows 11's compatibility mode can often resolve these issues. This guide explains how to u

The Death of Windows 10 Could Net You a Bunch of Free Linux PCsThe Death of Windows 10 Could Net You a Bunch of Free Linux PCsApr 28, 2025 am 06:03 AM

Windows 11 elimination wave: Your old computer is ushering in a new life! A large number of businesses are about to eliminate computers that cannot run Windows 11, but this is a great opportunity for Linux users! Windows 10 is about to die, and many computers cannot run Windows 11 Enterprises need to run the latest software on the device to get support, maintain infrastructure security and protect user data. Windows 11 is the latest version of Windows operating system, but it has very specific and strict hardware requirements that many existing computers cannot meet, so they have long insisted on using old Windows 10. However, Windows 10 will be on 202

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor