disable users

  • Thread starter Thread starter john
  • Start date Start date
[email protected],
john said:
How do I disable users without cancelling their accounts?

For XP Pro:
Right click My Computer and select Manage.
In Computer Management, click on Local Users and Groups.
Click on the Users folder.
Right click the user account you want to disable and select
Properties from the menu.
Put a check mark in the box next to "Account is Disabled".

To disable or activate a user account
http://www.microsoft.com/resources/...all/proddocs/en-us/lsm_disable_or_enable.mspx

For XP Home Edition:
Log on with an account that is a Computer Administrator.
Go to Start -> Run and enter cmd.exe in the Open box.
Click OK.
At the command prompt enter the following with the correct user
account name,

net user (AccountName) /active:no

To enable the account simply enter the following at the command
prompt,

net user (AccountName) /active:yes

Good luck

Nepatsfan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top