Printer Friendly Version
Do I need the Guest account in Windows 2000? Can I disable it?
Active Directory Management Software will be part of Spiceworks’s 5.0 release in Sept 2010. Spiceworks’ Active Directory will let you manage user accounts and passwords, link devices to specific users, and view all help tickets opened by a specific user. All for free!
Download Spiceworks 4.7 now, and you’ll be automatically alerted when Spiceworks 5.0 is available - and it will still be free!
The 'Guest' account allows anonymous access to a machine. Making sure that this account is disabled will prevent "others" from using services you may have left open by mistake.
Note: You might also be interested in Disable the Guest account in Windows XP.
You need to open Local Users and Groups snap-in in the Computer Management MMC (or run lusrmgr.msc from the Run menu).
Some people confuse the "Everyone" group with the guest account/group. "Everyone" represents ALL users that are authenticated in any way the client can verify, be this locally or via a Windows domain. If you are any user on the PC then you are a member of "Everyone". If a user doesn't have any other method of authentication, then access is allowed default to whatever the guest group/account has rights to. This is the reason that you should disable your guest account.
You can also use the NET USER command from the command prompt. To do so open a Command Prompt by running CMD.EXE.
Use the following syntax:
net user username /active:no




