Sick Monkey wrote:
> I am trying to build a python program that will reset a user's account
> (password) on a windows machine. I have been working with win32
> objects and was wondering if this functionality was already built in.
I'm going to assume that "win32 objects" is the stuff in the
pywin32
I am trying to build a python program that will reset a user's account
(password) on a windows machine (NOTE: my intention here is not to implement
anything malicious {and I know about Trinity which is very useful}, but I
just wanted a challenge and do it myself.). I have been working with win32