hello,
am new at programnig and i tried to change local user password by this code
strComputer = "MyComputer"
set objUser = GetObject("WinNT://" & strComputer & "/Administrator, user")
objUser.SetPassword "0000"
objUser.SetInfo
and it dosent work
any suggestions
thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.