Changing password without loggin on

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All !

I have the following question about Windows 2000:

I have Windows 2000 standalone server. I map shared folder
from my client machine using command 'net
use ... /user:user1'.
How i can change password for this user - user1 from my
client machine ? Is it possible at all ?

Thanks.
Vasya.
 
Hi All !

I have the following question about Windows 2000:

I have Windows 2000 standalone server. I map shared folder
from my client machine using command 'net
use ... /user:user1'.
How i can change password for this user - user1 from my
client machine ? Is it possible at all ?

Thanks.
Vasya.

You could run psexec.exe (www.sysinternals.com) do
hop onto the server and change the password there.

The following may also work from your workstation -
I haven't tried it:

net user JSmith SomePassword /domain
 

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