Featured Resource:

line

Newsletter

Email Address:


line

Ask the Expert

Have a question for our resident expert? Email your questions to Bob or post in the Forum.

« Explorer Crashs Disable DreamScene | Main | Vista Eases Deployment of Languages »

Logon as Local Admin?

Have you tried to log onto your Vista computer as local administrator? For your computer at home, you probably have only one user and are logged on automatically. If you add a second account, you’ll get the choice to choose when Vista starts up. But with no place to enter your user name, how can you log on as administrator. Well, without a little customization you just can’t.

To see the option to choose the administrator account for logon you’ll need to edit the registry. Run regedit and navigate to…

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Then add a new subkey named SpecialAccounts and in there add another subkey named UserList – now, in here, add a new DWORD value named Administrator and set its value to 1.

From a command prompt launched as administrator, you can use the Reg command to do this from the command line in one shot:

reg add "hklm\software\microsoft\windows nt\currentversion\winlogon\specialaccounts\userlist" /v Administrator /t REG_DWORD /d 1

Library Resources

line
line

Bob Kelly's Bio:

Bob Kelly is the founder of AppDeploy.com — a resource focused on desktop management products and practices. He is author of the Start to Finish Guide to Scripting with KiXtart and The Definitive Guide to Windows Desktop Administration. He is also president and co-founder of iTripoli, Inc. who provide AdminScriptEditor.com, home to an integrated suite of scripting tools and a shared library of scripts and language help. Not enough? For more on Bob click here.