Home >Computer Tutorials >Troubleshooting >How to set up a hidden account in win11
We often create new accounts to save some private files. At this time, if we can hide the account, we can further avoid being discovered. So how to hide the account in win11? In fact, just modify the registry.
1. First, right-click the start menu icon to open the "Run" window page.
2. Enter the "regedit" command and press Enter to open the registry page.
3. Follow the path to enter the "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" location.
4. Then, right-click the folder, select "New" a "item" and name it "UserList" file.
5. After that, click to enter this item and "create" a "DWORD value" file on the right.
6. Then, change it to the account name you want to hide, and double-click it to open it.
7. Finally, change its value to "0" and save it.
Ps: To display again, just change the value of the last step to 1.
The above is the detailed content of How to set up a hidden account in win11. For more information, please follow other related articles on the PHP Chinese website!