NIM Posted September 19, 2006 Posted September 19, 2006 Go to: Start > Run = " control userpasswords2 " select administrator account, click reset password (input new pass) / Click OkOpen Registry editor and create this key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserListCreate "DWORD (32bit) Value"Value Name: AdministratorValue Data: 1or-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 thename 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.RegWindows 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 Quote
Kelsenellenelvian Posted September 19, 2006 Posted September 19, 2006 Ok now tell me how to do it for XP Quote
NIM Posted September 19, 2006 Author Posted September 19, 2006 Ok now tell me how to do it for XPPreety 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: AdministratorData 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.