SOLVED Deleted User still tries to Login

Joined
Nov 10, 2015
Messages
32
Reaction score
1
My main user file became corrupted. I created two other users with admin privileges

When I try to log in, the Deleted user still tries to login

Netplwiz does not show the old user in the list.

How do I remove the old user from login?
Thank you
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
Hello Bridge and welcome to the forum.
If this is a Windows 10 Pro machine you can use
lusrmgr.msc
To control, edit, enable, etc., user accounts
IF not then you are left with either using the less robust Users Accounts manager in the Control Panel (manage another account)
OR you can try it from the command line.
Right click the Start Button and choose Command Prompt (Admin) and in the Command Prompt window type
net user
hit enter
That should produce a list of users on your computer.
IF you see the problem user name (account) then you can type
net user UserName /active:no (there is a space between the end of the username and the / )
hit enter
That should disable the account and it should no longer be presented on the login screen
WARNING: Make absolutely sure that you have a or multiple other accounts available to your with Admin rights (members of the local administrator's group) before doing this.
 
Joined
Nov 10, 2015
Messages
32
Reaction score
1
Thank you very much. Of possible Interest:

Original, corrupted name: John
New user added: A-John
Delete corrupted user, John . The control panel showed no user John , A-John was present.

The login screen showed both A-John and John. Trying to log in "John" with "wrong password"

Apparently Windows somehow combined John & A-John. I deleted the user with John in the name, with Net User. All went well afterwords.

Thanks again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top