Jump to content

[How To] Show Administrator on Welcome Screen


NIM

Recommended Posts

Go to: Start > Run = " control userpasswords2 " select administrator account, click reset password (input new pass) / Click Ok

Open Registry editor and create this key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

Create "DWORD (32bit) Value"
Value Name: Administrator
Value Data: 1

or

-Right Click Computer Icon Select Manage

-Expand The Local User And Groups

-Rename the administartor account to match the name in the reg file, you can also just leave the

name the same for the admin, but the name must match the reg file.

This is a easier a way, change the "PLACE_NEW_NAME_OR_ADMINISTARTOR_NAME_HERE" to the name you want.

Save As AddAdmin.Reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"HelpAssistant"=dword:00000000
"TsInternetUser"=dword:00000000
"SQLAgentCmdExec"=dword:00000000
"NetShowServices"=dword:00000000
"IWAM_"=dword:00010000
"IUSR_"=dword:00010000
"VUSR_"=dword:00010000
"PLACE_NEW_NAME_OR_ADMINISTARTOR_NAME_HERE"=dword:00000001

Link to comment
Share on other sites

Ok now tell me how to do it for XP

Preety much in the same way..

Open your registry and find or create the key below.

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\

SpecialAccounts\UserList]

Value Name: Administrator

Data Type: REG_DWORD (DWORD Value)

Value Data: (1 = show Administrator)

Create a new DWORD value, or modify the existing value, called "Administrator" and set it according to the value data above.

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Note: This tweak will not work if you have renamed the Administrator account.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...