Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hamzazf

  1. hamzazf

    changing local user password

    here the code now strComputer = "." set objUser = GetObject("WinNT://" & strComputer & ".") objUser.SetPassword "0000" objUser.SetInfo i get this now
  2. hamzazf

    changing local user password

    i've made this change now i get another error code: 800708AD error: cannot find username
  3. hamzazf

    changing local user password

    yes an error at ligne :2 caract : 1 code: 80070035 source : (null)
  4. hamzazf

    changing local user password

    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.

Part and Inventory Search

Back
Top