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
 
Back
Top