{"id":1473,"date":"2021-12-08T12:49:51","date_gmt":"2021-12-08T11:49:51","guid":{"rendered":"https:\/\/nguenkam.com\/blog\/?p=1473"},"modified":"2021-12-08T12:50:33","modified_gmt":"2021-12-08T11:50:33","slug":"how-to-enable-local-user-and-group-management-in-windows-lusrmgr","status":"publish","type":"post","link":"https:\/\/nguenkam.com\/blog\/index.php\/2021\/12\/08\/how-to-enable-local-user-and-group-management-in-windows-lusrmgr\/","title":{"rendered":"How to Enable Local User and Group Management in Windows (lusrmgr)"},"content":{"rendered":"\n<p>Advanced User Management (lusrmgr.msc) allows you to manage all the users in your system in a single place. Disabling an account is one such functionality. The best thing is, you can disable a user account with a single checkbox.<\/p>\n\n\n\n<p>The basic purpose of local user management is to assign rights to different users and groups on a computer. For example, the default roles include administrator, power user, standard user, guests, etc.<\/p>\n\n\n\n<ol><li>open a console with &#8220;CMD&#8221; command, and type the following command : &#8220;<em>lusrmgr<\/em>&#8220;<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>lusrmgr\n\/\/ Or\nlusrmgr.msc<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-1024x761.png\" alt=\"\" class=\"wp-image-1474\" width=\"594\" height=\"441\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-1024x761.png 1024w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-300x223.png 300w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-768x570.png 768w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image.png 1166w\" sizes=\"(max-width: 594px) 100vw, 594px\" \/><\/figure>\n\n\n\n<p>2. Here, click on the \u201cUsers\u201d folder to see all the users on your system. Find the user account you want to disable and double-click on it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"471\" height=\"287\" src=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-2.png\" alt=\"\" class=\"wp-image-1477\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-2.png 471w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-2-300x183.png 300w\" sizes=\"(max-width: 471px) 100vw, 471px\" \/><\/figure>\n\n\n\n<p>3. In the Advanced Properties window, select the \u201cAccount is disabled\u201d checkbox. Click on the \u201cOk\u201d button to save changes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"393\" height=\"451\" src=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-3.png\" alt=\"\" class=\"wp-image-1478\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-3.png 393w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-3-261x300.png 261w\" sizes=\"(max-width: 393px) 100vw, 393px\" \/><\/figure>\n\n\n\n<p>As soon as you save the changes, the account is instantly disabled. In fact, you can even see a down arrow icon over the user account name\/icon. That icon represents a disabled user account.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"473\" height=\"291\" src=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-4.png\" alt=\"\" class=\"wp-image-1479\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-4.png 473w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-4-300x185.png 300w\" sizes=\"(max-width: 473px) 100vw, 473px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Since the user account is disabled, it will not appear on the login screen and the user cannot log into that specific account. Though the user account is disabled, the user account specific settings and files are still intact.<\/p>\n\n\n\n<p>To enable the account, go through the steps again but uncheck the \u201cAccount is disabled\u201d checkbox in step 3.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><em><span class=\"has-inline-color has-vivid-red-color\"><strong>ps:<\/strong> Keep in mind that the lusrmgr.msc tool is only available to Windows Pro users. If you are using another edition, I recommand you  the following method.<\/span><\/em><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4>Alternative<\/h4>\n\n\n\n<p>Before you can disable the user account, you need to know the user name of the target account. If you already know the username, skip this step. Otherwise, execute the below command to see the usernames of all the accounts in your system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>net user<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"538\" height=\"270\" src=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-1.png\" alt=\"\" class=\"wp-image-1475\" srcset=\"https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-1.png 538w, https:\/\/nguenkam.com\/blog\/wp-content\/uploads\/2021\/12\/image-1-300x151.png 300w\" sizes=\"(max-width: 538px) 100vw, 538px\" \/><\/figure>\n\n\n\n<p>Once you know the username, use the following command while replacing &lt;username> with the actual username you got in the previous step.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>net user &lt;username> \/active:no<\/code><\/pre>\n\n\n\n<p>As soon as you execute the command, the user account will be disabled instantly. Just like with the first method, the user account will not be visible on the lock screen and the target user cannot log into their user account.<\/p>\n\n\n\n<p>If you want to reverse the process and enable the user account then execute the below command. As you can see, the command is very similar. All we did is to replace \u201cno\u201d with \u201cyes\u201d.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>net user &lt;username> \/active:yes<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Advanced User Management (lusrmgr.msc) allows you to manage all the users in your system in a single place. Disabling an account is one such functionality. The best thing is, you can disable a user account with a single checkbox. The basic purpose of local user management is to assign rights to different users and groups [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1476,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[93,415,314,416,96],"_links":{"self":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1473"}],"collection":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1473"}],"version-history":[{"count":2,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1473\/revisions"}],"predecessor-version":[{"id":1481,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1473\/revisions\/1481"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/media\/1476"}],"wp:attachment":[{"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nguenkam.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}