Adding user to windows make the administrator icon to disappear !

welliam

Distinguished
Jun 27, 2008
255
0
18,780
Hello

I used the command "net user" to add a new admin user to windows like that:

net user myuser11 myuser11 /add net

localgroup Administrators myuser11 /add

the problem that after restart windows I only see the icon of the "myuser" and the default windows "Administrator" login icon disappeared !!

the "Administrator" files still exists and I can login as "Administrator" after ctrl+alt+del but I need of course to display the "Administrator" icon in welcome screen

how I fix that ?

I use windows xp sp3

thanks
 
Why *must* the Administrator icon appear? The Administrator account is only intended for emergency purposes. If you need administrative privileges, you should be creating a separate account for those purposes. That's why it's not present by default but still accessible w/ ctrl+alt+del.
 


Not a good idea. You should always create a separate account w/ administrative privileges. If you screw up something within the Administrator account, then you leave yourself with no other working option! Leave the Administrator account alone (or at most give it a secure password) and use a separate account. Again, that's why it disappears. It was never intended to be used day to day.