If you can't find what you need using the site search on the toolbar above, or if you need more detailed help or just need to be pointed in the right direction, post your question to the newly opened kadaitcha.cx forums. Membership is free.

Administrator Account

How do I enable the built-in Administrator account?

kadaitcha.cx does not recommend enabling the hidden Administrator account in Vista, however if you really must...

Click Start and type cmd in the Start Search box, and then right-click cmd.exe in the Programs list. Select Run as administrator:

In the command prompt, enter the following command:

net user administrator /active:yes

If you log off you will see the Administrator account is now a logon option. To disable the Administrator account, enter the following command:

net user administrator /active:no