Adding User

  • Thread starter Thread starter Jan
  • Start date Start date
J

Jan

i am having a problem adding a local user into a specific
computer.

it says "access denied"
even tried running from the server in admin rights.

strComputer = "csyongpc"
Set objUser = GetObject("WinNT://" & strComputer
& "/Administrator, user")
objUser.SetPassword "123"
objUser.SetInfo


please help
 
i am having a problem adding a local user into a specific
computer.

it says "access denied"
even tried running from the server in admin rights.

strComputer = "csyongpc"
Set objUser = GetObject("WinNT://" & strComputer
& "/Administrator, user")
objUser.SetPassword "123"
objUser.SetInfo


please help


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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