Sunday, October 11, 2009

Enable the Administrator Account In Vista Home Premium

  1. Go To Start > Accessories > Command Prompt
    Right-click on the icon “Command Prompt” and choose “Run-As Administrator”
  2. A DOS box will appear.
  3. Type the following
    1. net user administrator /active:yes
      (this will enable the administrator account)
    2. net user administrator /active:no
      (this will disable the administrator account)
    3. net user administrator password
      (this will set the password on the account)
      (in this example “password” is the password)
    4. net user
      (this will list all the user accounts on the system)

No comments:

Post a Comment