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.

Re: unlock user account by Pegasus

Pegasus
Wed Apr 16 13:24:03 PDT 2008


"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