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