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