=========
QUESTION
———
How do I enable and show the Administrator account as a logon option on the Windows 7 or Windows Vista Welcome screen?
=========
ANSWER
———
Windows 7
Run the following commands after running the Command Prompt as an Administrator as follows:
Start, type in CMD, right-click the cmd.exe application and select Run as administrator
net user administrator <password>
net user administrator activate:yes
———
Windows XP
Edit the following key in the registry:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsNTCurrentVersionWinlogonSpecialAccountsUserlist
Add a new DWORD entry
Name it Administrator and change its value to 1
=========
EXAMPLES
———
see ANSWER
=========
APPLIES TO / KEY WORDS
———
Administrator
Windows Welcome Screen
Logon
Login
command Prompt
=========
REF
———
http://www.mydigitallife.info/activate-enable-and-show-administrator-account-in-vista-welcome-screen/
http://tweakandtrick.blogspot.com/2010/09/show-administrator-on-welcome-screen.html
—
http://www.anysitesupport.com/show-administrator-account-on-windows-welcome-screen/
http://anySiteHosting.com
net user administrator <password>
net user administrator activate:yes