Windows 2000 unlock user account

  • Thread starter Thread starter pete0085
  • Start date Start date
P

pete0085

Is there a way I can unlock a user account through the command prompt?

I'm having problems with an old NT server and not able to get into the user
accounts.
 
"pete0085" <pete0085@discussions.microsoft.com> wrote in message
news:B3E674E2-D761-497A-A185-84E0C247CA62@microsoft.com...
> Is there a way I can unlock a user account through the command prompt?
>
> I'm having problems with an old NT server and not able to get into the
> user
> accounts.


If you can get to the command prompt and if you have sufficient
authority then you can use this command:

net user peter /active:yes

You can see all these things by typing this at the Command Prompt:
net /?
net user /?
net help user
 
Back
Top