This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Option Explicit | |
RunAsAdmin() | |
Dim objDomain, User, List, strAccount | |
Dim strNewPass, status | |
On Error Resume next | |
'Find current Users on computer, and select one. | |
'------------------------------------------------ |