Skip to main content

Have you ever wished that if you could hide your personal user account from the Windows Welcome screen?




One of the unfortunate side effects of the Welcome Screen is the listing of all of the user accounts on the computer. What if there is an account that you do not want the whole world to see? Using the same features that Microsoft uses to hide system accounts from the Welcome Screen. You can hide user accounts as well.
Hiding user accounts can be done by a simple hack in the registry. Hidden away in the local system settings is a list of accounts that Microsoft does not want to appear on the Welcome screen. These accounts are primarily system accounts under which different processes that run in the background use to execute.
To hide a user from the Welcome screen, all you have to do is create an entry on the list for the user you want to hide.



Removing a user account from Welcome Screen

Before You make any changes to registry , please create a restore point in your
computer, so incase if anything goes out of hand you can always restore
your computer to the earlier state and another the thing is to print a screens
shot of the registry when you reach the editing part. Be careful while editing,
make sure you are editing the correct one and as in the steps given below.

  1. Click the start button and select Run, then type regedit in the box and click OK.


  2. This will start up the system Registry Editor. You are going to want to expand the following keys:
    HKEY_LOCAL_MACHINE> SOFTWARE > Microsoft >Windows NT> CurrentVersion> Winlogon> SpecialAccounts> and UserList.


  3. You should now see the list of the account names, and parts of account names, that the system will look for and will hide. To add a name to the list, just right click and select New > DWORD value, as shown in the figure.



    After this you must be careful...!
  1. A DWORD is a specific data type of an entry in the system registry. In short, the DWORD data type allows an integer value to be stored.


  2. When the new key is created, enter in the name of the user’s account as the name of the key. Once you have done this, you can close regedit.


  3. After log off and back on or reboot, the user will not be displayed on the Welcome screen. If you ever want to log into the account that you hid from the Welcome screen, just press Ctrl+Alt+Delete on your keyboard once, twice, and you will be able to type in the name of the user under which you want to log in. This way, you can hide an account from your family or friends but still log into it.


  4. If you ever change your mind and want the account to be displayed on the welcome screen again, just delete the entry that you made in the list in the System Registry and everything will be back the way it was.

Comments

Popular posts from this blog

Google dialogflow - How to train a chatbot to answer questions related to your office and how to make it better than just a Q&A bot?

  First lets look how to do it the basic way. To train a conversational AI chatbot for answering office-related queries using Dialogflow, you will need to follow these steps: Create a new agent in Dialogflow. Collect a dataset of office-related queries and their corresponding answers. This dataset can be obtained through various means, such as scraping websites, conducting surveys, or manually creating a dataset. Create intents in Dialogflow for the queries in your dataset. An intent represents a user's intention, such as asking for office hours or requesting a vacation day. Add training phrases to each intent, which are examples of how a user might ask the question. Provide responses for each intent, which will be the chatbot's answer to the user's query. Test the chatbot using the "Try it now" feature in Dialogflow. Once the chatbot is working well, you can deploy it to a platform of your choice, such as a website or mobile app. However, if you follow the basic ...

What if we combine Scrum and DevOps?

To understand how an agile project management methodology like scrum and the DevOps mindset work together, let's look into an arbitrary software development team called the dream team. I will tell you how they use scrum with their DevOps practices like a small story so that it wouldn't feel like you are trying to learn these concepts by reading an article.  The dream team was tasked with building an online bookstore. Their vision was to create a platform where readers could easily browse and buy books. In the team, there was a Product Owner, a Scrum Master, a UI/UX designer, a couple of developers, and a database engineer. They started their journey with a meeting led by the Product Owner, who had a clear idea of the features needed for this platform. This list of features, known as the product backlog, included user authentication, a book database, a search function, a shopping cart, and a payment system. The Product Owner, the Scrum Master, and the rest of the team then held ...

“The crazy dual booting…! Aren’t there an easy way???” what about Virtual PC?

You have always wanted to learn many Operating systems, probably other than windows, but your concern is the pain taking dual booting process, where you install windows and Linux on the same machine or even multiple windows OS when it comes to learning and getting ready for certificate exams like MCSE and so forth. So here is the solution for that! I am talking about Virtual PC, referred as hardware virtual machine, a Software application that is built to work as a virtual PC so that you can install multiple operating systems on the same computer without formatting the hard disk and without making any damage to the actual system. That’s not all; you can even work on different Operating systems simultaneously. Sounds good? Let’s see what we have to do to make this as real as you might imagine. Getting handy with a Virtual PC Software application. First thing you need to do is getting a virtual PC software and there are two good products out there that I recommend, one is VMware and anot...