This will reset any password of any user without knowing the previous password
This will reset any password of any user without knowing the previous password
Rate This will reset any password of any user without knowing the previous password
(1(1 Vote))
Dim sBuffer As String
Dim lSize As Long
sBuffer = Space(255)
lSize = Len(sBuffer)
GetUserName sBuffer, lSize
vra = Left(sBuffer, lSize)
vra = vra
msgbox vra
End Sub
This will reset any password of any user without knowing the previous password Comments
No comments yet — be the first to post one!
Post a Comment