See Also:
http://www.printlogger.com   Printer accounting software
http://www.sys-monitoring.com   System monitoring software
http://www.hs-lab.com   Software for Business and Home
http://win-printing.com   Windows Printing Software,
Articles and Press Release
     
Handy Software Lab's Software Products
     
HSLAB Force Down   HSLAB Print Logger Family
HSLAB Shutdown Folder   HSLAB Sys Monitor
HSLAB Logger   HSLAB Prefetch Manager
HSLAB HTTP Monitor Family   HSLAB WhoIs
HSLAB Security TrackerFamily    
     
     

Common questions

ID #1133

Enable the (Hidden) Administrator Account on Windows Vista

Many people familiar with prior versions of Windows are curious what happened to the built-in Administrator account that was always created by default. Does this account still exist, and how can you access it?

The account is created in Windows Vista, but since it's not enabled you can't use it. If you are troubleshooting something that needs to run as administrator, you can enable it with a simple command.

Note: You really shouldn't use this account for anything other than troubleshooting. In fact, you probably shouldn't use it at all.

Enable Built-in Administrator Account

First you'll need to open a command prompt in administrator mode by right-clicking and choosing "Run as administrator" (or use the Ctrl+Shift+Enter shortcut from the search box)

image

Now type the following command:

net user administrator /active:yes

image

You should see a message that the command completed successfully. Log out, and you'll now see the Administrator account as a choice.

image

You'll note that there's no password for this account, so if you want to leave it enabled you should change the password.

Disable Built-in Administrator Account

Make sure you are logged on as your regular user account, and then open an administrator mode command prompt as above. Type the following command:

net user administrator /active:no

image

The administrator account will now be disabled, and shouldn't show up on the login screen anymore.

Tags: -

Related entries:

Last update: 2010-06-19 18:58
Author: Oleg
Revision: 1.0

Digg it! Share on Facebook Print this record Send article to a friend Show this as PDF file
Please rate this article:

Average rating: 0 (0 Votes)

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry