Local Users and Groups Management Console
The lusrmgr.msc (Local Users and Groups Manager) is a Microsoft Management Console (MMC) snap-in that provides a graphical interface for managing local user accounts and groups on Windows computers. It allows administrators to create, modify, and delete user accounts, manage group memberships, set account properties, and control access permissions.
This tool is essential for system administrators managing local Windows systems, especially in workgroup environments or standalone computers. It provides a centralized interface for all user and group management tasks, making it easier to configure security settings, control access rights, and maintain user accounts without using command-line tools.
Advertisement
[ Insert Google AdSense Banner Code Here ]
Add new local user accounts with specific permissions and password policies.
Change user passwords when users forget them or for security reasons.
Add users to or remove them from groups like Administrators or Remote Desktop Users.
Temporarily lock accounts for employees on leave or security concerns.
Win + R → lusrmgr.msc Press Win + R, type lusrmgr.msc, and press Enter to open the console.
Command Prompt → lusrmgr.msc Type lusrmgr.msc in Command Prompt or PowerShell and press Enter.
Computer Management Right-click This PC → Manage → Expand Local Users and Groups in the left pane.
Start Menu Search Click Start, type lusrmgr or local users and groups, and select the result.
Note: lusrmgr.msc opens a graphical interface, not a command-line tool.
For command-line user management, see the net user command instead.
lusrmgr.msc is only available on Windows Pro, Enterprise, and Education editions. It is NOT included in Windows Home editions.
If you're on Windows Home, use these alternatives: • Settings → Accounts → Family & other users • Command Prompt: net user [username] [commands] • PowerShell: Get-LocalUser, New-LocalUser, etc. For workgroup environments or standalone machines, lusrmgr.msc is the fastest way to manage local accounts. Always disable the built-in Administrator account when not needed for security, and use groups (like Remote Desktop Users) to grant permissions rather than giving everyone Administrator access.
Practice lusrmgr.msc commands in the interactive terminal below: