Skip to main content

Fixing a Missing Local Account on Windows Login

When you create a new user in Windows using the "net user" command, the user account is created at the command prompt level, but it may not be automatically displayed on the login screen.

To make the newly created user account available for login on the lock screen, you can follow these steps:

  1. Open the "Settings" app by pressing the Windows key + I.

  2. Click on "Accounts" and then select "Family & other users" from the left-hand menu.

  3. Click on the "Add someone else to this PC" button under the "Other users" section.

  4. In the "How will this person sign in?" window, select the "I don't have this person's sign-in information" option.

  5. In the "Let's create your account" window, click on the "Add a user without a Microsoft account" option.

  6. Fill in the necessary details for the new user account, such as the username and password.

  7. Click on the "Next" button and follow the on-screen instructions to complete the process.

Once the new user account has been created using these steps, it should be displayed on the login screen and you can use it to login to Windows.

If you're running Windows 10 Pro and you don't see the "Family & other users" option in the Settings app, it's possible that your system administrator has restricted access to this feature. In that case, you may need to use the Computer Management console to add the new user and grant the appropriate permissions to allow them to log in to the system.

To create a new user account and grant them login permissions using the Computer Management console, follow these steps:

  1. Open the Computer Management console by searching for "Computer Management" in the Start menu.

  2. In the console, expand the "Local Users and Groups" node and select the "Users" folder.

  3. Right-click on an empty area in the right-hand pane and select "New User" from the context menu.

  4. In the "New User" dialog box, enter the user's name, username, and password, and select any other options as needed.

  5. Click the "Create" button to create the new user account.

  6. Right-click on the new user account and select "Properties" from the context menu.

  7. In the "Properties" dialog box, select the "Member of" tab.

  8. Click the "Add" button and enter the name of the group that you want to add the user to, such as "Users" or "Administrators".

  9. Click the "OK" button to save the changes.

Once you have created the new user account and added them to the appropriate group, they should be able to log in to the system using the credentials you provided.

If you've created a new user account in Windows using the "net user" command or the Computer Management console, but the user is still not showing up as a login option, you can try the following steps:

  1. Press the Windows key + R to open the Run dialog box.

  2. Type "netplwiz" in the Run dialog box and press Enter.

  3. In the "User Accounts" window that opens, check the option "Users must enter a user name and password to use this computer".

  4. Click on the "Add" button to add a new user account.

  5. Follow the on-screen instructions to create the new user account.

  6. Once the new user account has been created, select it from the list of users and click on the "Properties" button.

  7. In the "User Properties" window, make sure that the "User cannot change password" and "Password never expires" options are unchecked.

  8. Click on the "OK" button to save the changes.

  9. Restart your computer and check if the new user account is now displayed on the login screen.

If the new user account is still not displayed on the login screen after following these steps, you may need to check the group membership and permission settings for the user account to ensure that they have the necessary rights to log in to the system.

If the new user account is still not showing up on the login screen after following the previous steps, you can try the following solutions:

  1. Ensure that the new user account is not disabled. You can check this by opening the Computer Management console, expanding the "Local Users and Groups" node, and selecting the "Users" folder. Right-click on the user account and select "Properties" from the context menu. In the "Properties" dialog box, make sure that the "Account is disabled" option is not checked.

  2. Check that the new user account has the necessary permissions to log in. You can do this by opening the Local Security Policy tool by searching for "Local Security Policy" in the Start menu. In the tool, expand the "Local Policies" node and select the "User Rights Assignment" folder. Check that the new user account is listed in the "Allow log on locally" policy.

  3. Ensure that the new user account is not hidden from the login screen. You can check this by opening the Registry Editor by searching for "regedit" in the Start menu. In the editor, navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon. Look for the "SpecialAccounts" key and expand it. Check if the new user account is listed under "UserList". If it is not, right-click on the "UserList" key and select "New > DWORD (32-bit) Value". Name the new value with the name of the new user account, and set its value to 1.

  4. If none of the above steps work, you can try creating a new user account with a different username to see if it appears on the login screen. If it does, you can try copying the profile settings from the original user account to the new account.

It's important to note that making changes to the Registry can be risky, so it's recommended that you create a backup of the Registry before making any changes.