By default the Administrator account in Vista is Disabled – everything is run in a sudo fashion without
actually logging in to the Administrator account. Some times due to external password recovery systems or other various reasons the built-in Administrator account is enabled, causing it to show up on the Welcome Screen.
In order to stop the Administrator account from showing as a login option on the Welcome Screen in Windows Vista you need to set the Administrator account to not active with the net user command from an Administrative cmd prompt as follows:
net user Administrator /active:no
Some people report that the “/” causes the command to fail, try it without:
net user Administrator active:no
From then on the the Administrator account should no longer show on the Welcome Screen.
SOURCE:


Plain & simple fix. Thanks
am i tried the fix but it didnt work but when i tried the command without the “/” it worked so something for you to look into.
That’s odd because the docs use the forward slash and it’s worked for me many times, but I made a note on the post. Thanks.
I tried to use this trick but admin account still showing on welcome screen.
you have to right click “cmd” and click on “Run as Administrator”, then enter in the command, otherwise it tells you that access was denied
Worked perfectly! Thanks.
does not work either way, i get a system error 5 message and access is denied, now what? Really do not want that admin I am the only user on my laptop.
Again, you have to right click “cmd” and click on “Run as Administrator”, then enter in the command, otherwise it tells you that access was denied
You need to run this as administrator, otherwise you’ll get the System Error 5 message.
Hope it helps.
Thanks!
Thanks so much!
thanks alot for the info
simple and easy
is it posible to hide administotar account from normal mode but stil show on safe mode?
Sory for bad english.
Thanks in advance.
I ran it without the slash and it didn’t work. Ran it with the slash and it worked. Thanks!