I disabled my built in administrator and now i can't log in with the administrator account. Only a user account is left. What to do?

link|improve this question
1  
Exact duplicate of serverfault.com/questions/70334/… – mailq Oct 21 '11 at 13:21
Technically not really identical, though I'll give you similar ;) The other solution is the only one available when you can't remember the password, IIRC. In this case, he/she may know the passwd but bungled up when disabling accounts. This can be easily fixed with Windows Repair provided the password is known. – sandroid Oct 21 '11 at 13:27
If you want a meaningful answer, you need to provide meaningful details. – MDMarra Oct 21 '11 at 13:29
feedback

closed as off topic by SvenW, mailq, MDMarra, DJ Pon3, GregD Oct 21 '11 at 14:08

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

It would be nice to have some details, like which OS you're running, but I'll make an assumption based on the tags. Hopefully this applies to your version of windows.

You need to boot up with the install CD and choose "Repair"

Next get to the command prompt and type the following:

net user administrator /active:yes

Of course, if the username is not administrator, use the correct username.

link|improve this answer
feedback

Boot the computer into safe mode (Hit F8 as the computer is booting) and login as administrator there. Go to your User accounts in your control panel and re-enable the administrator account.

link|improve this answer
2  
I doubt no password applies here. – MadBoy Oct 21 '11 at 13:37
You're correct and I've edited to reflect the change – DKNUCKLES Oct 21 '11 at 13:53
So, but now your answer doesn't make sense anymore. How to login with a disabled Administrator? – mailq Oct 21 '11 at 14:24
You can log into a disabled administrator account in safe mode. – DKNUCKLES Oct 21 '11 at 14:40
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.