For John,
as he asked for it.
Should not really need it very often and TURN IT OFF AFTER USE.
It is mainly if a program refuses to install using your second-in-command Admin Account.
I had to use it to install the program for my HP Photosmart Printer from the CD as when I ran the disc it kept failing to install and demanded that I had Admin rights.
Enable the (Hidden) Administrator Account on Windows 7
http://www.howtogeek.com/howto/windows- ... ows-vista/
Enable Built-in Administrator Account
First you’ll need to open a command prompt in administrator mode by:
Typing
cmd in the Start search box.
Then right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box).
Now type the following command:
net user administrator /active:yes
You should see a message that the command completed successfully.
Log out, and you’ll now see the Administrator account as a choice.
Log in using the Administrator account.
Disable Built-in Administrator Account
First of all log in as your regular user account.
Repeat the above to get the command prompt up.
Now type the following command:
net user administrator /active:no
You should see a message that the command completed successfully.