Windows 7 のデフォルトでは Administrator でログオンできないようになっています。 以下のステップで、Administrator でのログオンを有効にできます。
スタートメニューの中の Command Prompt を右クリックして、Run as administrator
を選択して起動します。
C:\> net user administrator /active:yes
The command completed successfully.
C:\> net user administrator *
Type a password for the user:
Retype the password to confirm:
The command completed successfully.