Change a User's Password (w/o Active Directory)
Category:
Network/InternetType:
SnippetsDifficulty:
AdvancedAuthor:
Roman BobikVersion Compatibility: Visual Basic 6
More information:
This function let you change a User's Password on a NT or 2000 computer without using Active Directory Services.
The Function takes 4 Parameters:
- Computer name
- User name
- Old password
- New password
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: