Results 1 to 2 of 2

Thread: Change Windows Administrator Password

  1. #1

    Thread Starter
    Hyperactive Member gmatteson's Avatar
    Join Date
    Feb 2002
    Location
    Rhode Island, USA
    Posts
    293

    Change Windows Administrator Password

    I am interested in changing the local administrator password on a windows machine. The VBScript version that I have is below, but am interested in the VB.NET version of the below code. Thanks.

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

    - GM

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Change Windows Administrator Password

    Originally posted by gmatteson
    I am interested in changing the local administrator password on a windows machine.
    Yeah, aren't we all
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width