📎 AI Summary:
The WindowsForum thread discusses a persistent administrator user account that reappears after reboot despite attempts to delete or disable it. The original poster explains that the account, created in Vista before upgrading to Windows 7, reappears each time the system restarts, and seeks a way to fully delete it. A user suggests disabling the account using command-line instructions, and others inquire about possible solutions to permanently delete the account rather than just disabling it. Overall, the thread reflects ongoing frustration with a stubborn user account that resists deletion.

bebens

New Member
Joined
Feb 10, 2010
Messages
6
Thread Author #1
I'm unable to delete a user administrator account that was created by a program on Hiram's boot disk. The user account was created to delete a password on another administrator account.

I can run 'control userpasswords2' and delete the account, I can delete the account the normal way in User Accounts Control Panel, but each time I reboot, the account reappears. When I delete the account I can log off and log back on without seeing the deleted account. It's when I reboot that I have the problem.

The problem account was created in Vista before I upgraded to Win 7.
 

Solution
If this is the built-in Administrator account then it CANNOT be deleted. But you can hide it.

Try this:

(Run as admin)
Start => cmd => type: net user administrator /active:no

cybercore

New Member
Joined
Jul 7, 2009
Messages
15,626
If this is the built-in Administrator account then it CANNOT be deleted. But you can hide it.

Try this:

(Run as admin)
Start => cmd => type: net user administrator /active:no
 

Solution

bebens

New Member
Joined
Feb 10, 2010
Messages
6
Thread Author #3
I've been able to disable the account per the instructions from "cybercore". What I don't understand is that in "Users" I have an "Administrator" account as a built in account and I have this offending account which I call "Temp". When I try to change the membership of "Temp" from "Administrator" to "User", the change takes for the session, but on the next boot, Temp is added to the "Adminstrator" group again.