Home  >  Article  >  System Tutorial  >  How to hide the administrator account in WIN10

How to hide the administrator account in WIN10

WBOY
WBOYOriginal
2024-06-06 21:02:381040browse

Want to activate the hidden administrator account that comes with Windows 10 system? PHP editor Xigua will introduce you in detail the steps to activate the hidden administrator account. To make the hidden administrator account work, you need to do some things, please continue reading below to learn how to activate this account step by step.

1. Use the Win + R shortcut keys to open "Run" and execute the netplwiz command to open the "User Account" management window.

How to hide the administrator account in WIN10

2. Double-click the username you want to hide on the login interface to find the username corresponding to the full name.

How to hide the administrator account in WIN10

3. Use the Win + R shortcut key to open "Run", execute the regedit command to open the registry manager and navigate to the following path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon.

4. Right-click Winlogon and select Create a new item named UserList.

How to hide the administrator account in WIN10

5. Right-click on the newly created UserList and select Create a new DWORD (32-bit) value. Fill in the user name to be hidden in the value name, and then set the value to 0. .

How to hide the administrator account in WIN10

Tip: The 32-bit DWORD value name created in the UserList must exactly match the login name found in the netplwiz tool to work properly. When there is no need to hide the account on the login interface, just change the corresponding value to 1. Of course, this method is also applicable to Win10, Win8.1 and Win7.

The above is the detailed content of How to hide the administrator account in WIN10. 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