How to disable/remove administrator account in windows 10?

2

I'm using windows 10 home version. I somehow accidentally enabled the administrator account when trying to fix another account and couldn't seem to remove it. It keeps showing up in the login screen, which is quite annoying, and I wasn't able to remove it using the command net user administrator /active:no. Also, I noticed that the account showed up in the netplwiz window (it wasn't there before), but I couldn't delete it from there either.

enter image description here

Update:

I just found out that, interestingly, two administrator accounts started showing up in the login screen. One would require only the password, and the other one would require both the username and the password to login. Any ideas why this is happening?

I was just thinking, but...could this possibly suggest that I had another user account actually named "Administrator"? (the netplwiz window is only showing one administrator account)

The two accounts showed up like this in the login screen.

enter image description here enter image description here

leniumC

Posted 2017-08-26T12:54:07.900

Reputation: 33

Can you take a screen shot or a photo of this screen and attach it to your question that shows two administrators? Check the Computer Management > Local Users and Group > Users if applicable on your Windows 10 version and send a screen shot of the two named "administrator" accounts from there as well. Otherwise, update the netplwiz screen shot to show the two from that window. – Pimp Juice IT – 2017-08-28T12:16:06.700

You can always use this answer to disable the built-in Administrator account. As for the possibility have having multiple accounts named Administrator, only you can tell us if that is the case, you have not provided us enough information to determine if that is actually the case or not.

– Ramhound – 2017-08-28T14:32:36.147

Answers

-1

You cannot delete the built-in administrator account, but you can disable it.

Run a Command Prompt (cmd) with "Run as Administrator" and enter:

net user administrator /active:no

harrymc

Posted 2017-08-26T12:54:07.900

Reputation: 306 093

Um...I already tried this method, but it didn't work. I also updated some details which might be related to the problem. – leniumC – 2017-08-28T11:59:12.913

A second admin account would show up in Computer Management / Local Users and Groups, or in Control Panel / User Accounts / Manage another account. – harrymc – 2017-08-28T12:28:28.100

There are two accounts in the control panel, my user account and one administrator account which wasn't there before. (I'm using home version, so there isn't a "Local Users and Group") – leniumC – 2017-08-29T04:22:53.307

You may try to disable the built-on admin (/active:no) and delete the other one (link : How to Delete a User Account in Windows 10), if you are sure it was never used.

– harrymc – 2017-08-29T06:00:26.163