How can I disable a user account from the command line?

In Windows XP or 7.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted
net user [username] /ACTIVE:NO [/DOMAIN]

Hint: only add the /DOMAIN flag if you're not dealing with local users.

link|improve this answer
Thanks very much! – jSherz Jul 16 '10 at 20:10
Don't forget to upvote if the answer is accurate :) – r0ca Jul 16 '10 at 20:17
I don't have the reputation yet :S – jSherz Jul 16 '10 at 20:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.