Anyone have a link to, or can describe how to disable the hidden acounts with winXP ?
Printable View
Anyone have a link to, or can describe how to disable the hidden acounts with winXP ?
start, settings, control panel, admin tools, computer management
go to user accounts
right click guest (and other accounts you want disabled) and choose disable
Thanks very much !
Are you interested in tweaking XP ? www.tweakxp.com , it's avery nice website with a load of tweaks to make your computer faster and more secure.
Cheers for the link !
I also give many thanks for the link
me too. i finally got rid of microsoft internet explorer and changed it to latiff's Own explorer
start menu, run, CMD, mmmk and then you do a
C:\>net user /delete (user name)
It's a little bit faster.
first get the names by typing net user. nice, quick and easy. gotta love the ol' command prompt.
Code:net user "accountname" /delete
Just a quick note that if you're using XP Home the control panel's "User Accounts" option won't contain all of the accounts present on your system and you will have to use 'net user' from the command prompt to see what these accounts are (and delete them).