After a new user is added to winXP, the administrator does not display the solution. In windows XP, if there is only one account named administrator, the account will be entered when the user is started. If an account is created, the administrator account is automatically hidden. You cannot see the administrator account before entering the desktop. You can only enter the account you created. This was originally designed by Microsoft XP. If you want to enter the administrator account, you can press Ctrl + Alt + Del on the logon screen and press Ctrl + Del twice. The logon box is displayed, enter administrator in the user name. But it seems quite troublesome. You have to remember the shortcut key every time to display the administrator account. to fundamentally solve the problem, you can use the following two methods ...... www.2cto.com Method 1: create a file named "reg" and edit the following content: using Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList] "Administrator" = dword: 00000001 Login ------------------------------------------------------------- -Double-click www.2cto.com. The operation is successfully added! After you double-click the Registry file, the administrator account will not be hidden and will be displayed on the logon welcome page. Method 2: You can use the registry to use Administrator in normal mode. The operation is as follows: Open the Registry Editor and find HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts (if not, you can create one yourself ), open the sub-primary key UserList (you can create one if not), select UserList, create a New Dword Value on the right, name it Administrator, and modify the key value to 1.