Ways to hide users in Windows

Source: Internet
Author: User

These two days to create a new user to share files, because my computer only I use a person, a user after the login interface to feel quite a hindrance, I want to hide it. Looked for, can be implemented in the following ways:

  1. New Item value in Registry Editor: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\winlogon\specialaccounts\ UserList
  2. In which you create a new DWORD value named User name that needs to be hidden, set its value to 0 (0 is hidden 1 for display)

For ease of use, save the following code as a registry file after the execution, pay attention to the user name here for the name you want to hide.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\winlogon\specialaccounts\userlist]
"Tianfang" =dword:00000000

Ways to hide users in Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.