|
-
Apr 14th, 2004, 08:57 PM
#1
Thread Starter
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|