How to Enable or Disable User Accounts in Windows 10

WBOY
Release: 2024-08-01 18:06:41
Original
529 people have browsed it

If you want a user account on Windows 10 to be unavailable, you don't have to delete it, but just disable it. This way, whenever you need the user account back, you can re-enable it. You won't lose any data. Now, this article will show you how to enable or disable a user account in Windows 10.

Related: Enable or Disable Built-in Administrator Account in Windows 10

Top 3 ways to enable or disable a user account in Windows 10:


  • Way 1: to enable or disable a user account using the command
  • Way 2: to enable or disable a user account using Group Policy
  • Way 3: to enable or disable a user account in Registry Editor

How to enable or disable a user account in Command Prompt

Step 1: Start Command Prompt as an administrator.

Press "Windows key + X" shortcut keys, then enter A key.

How to Enable or Disable User Accounts in Windows 10

Step 2: Type the command below in the command prompt, press Enter.

To disable a user account: Net user "User Name" /active:no

Tips: "User name" is the actual user name (ex: isum) of the account you want to disable or enable.

How to Enable or Disable User Accounts in Windows 10

Step 3: When finished, you can close the Command Prompt window.

When a user account is disabled, its name will be removed from the sign-in screen and Start menu switch user areas so that it can no longer be signed in to.

How to Enable or Disable User Accounts in Windows 10

To re-enable a user account: Net user "User Name" /active:yes

How to Enable or Disable User Accounts in Windows 10

How to enable or disable a user account using Group Policy

You can easily enable or disable a user account in Local Users and Groups.

Step 1: Open the Local Users and Groups.

Press the Windows key + R keys to open the Run dialog, type lusrmgr.msc.

How to Enable or Disable User Accounts in Windows 10

Step 2: Click on Users in the left pane, and double-click on the Name of the user account you want.

How to Enable or Disable User Accounts in Windows 10

Step 3: In the opening Properties window, you can see the Account is disabled box is unchecked by default. To disable user account, check on that box.

How to Enable or Disable User Accounts in Windows 10

When finished, you can close the Local Users and Groups.

How to Hide or Unhide User Account via Registry Editor

With this option, the account's details will be easily shown or hidden from the sign-in screen.

Step 1: Open the Registry Editor.

Press Win + R keys to bring out the Run dialog box. Then type regedit, then press Enter.

How to Enable or Disable User Accounts in Windows 10

Step 2: When the Registry Editor opens, head to the following path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon

Right-click the Winlogon folder, then click New > Key. Name this new key as SpecialAccounts.

How to Enable or Disable User Accounts in Windows 10

Step 3: Right-click the SpecialAccounts folder, then click New > Key. Name this new key as UserList. On the right pane of UserList, select New > DWORD (32-bit) Value. Name it with the user account that you want to hide on Windows 10 sign-in screen.

How to Enable or Disable User Accounts in Windows 10

Tips: If you ever want to reverse this change and Unhide user account on the sign-in screen, navigate back to the UserList key, right-click on the name of the user account you want to unhide and click on Delete.

How to Enable or Disable User Accounts in Windows 10

Click on Yes to confirm. Restart your computer to make the changes take effect.

How to Enable or Disable User Accounts in Windows 10

The above is the detailed content of How to Enable or Disable User Accounts in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

source:isumsoft.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!