There are several cases when you want to log on as Administrator but keep in mind that this is quite dangerous from the security point of view. Here’s how you can do it:
First you need to enable the Administrator account. You must start an elevated Command Prompt with administrative privileges.
- Click on the Start Orb and type cmd in the search box.
- Right click on the result and then click on Run as Administrator.

- Click Yes in the UAC prompt.

- In the Command Prompt that appears type net user administrator /active:yes. You should receive the following message: “The command completed successfully.”

- You should protect your administrator account with a password by typing net user administrator password123 where password123 is your desired password.

- You can now log off and log on as Administrator using the password you provided.
Tags: administrator, Windows 7