cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
is there a way to change the user's pass
is there a way to change the user's password with c++/
Sep 25, 2011 at 1:06am UTC
tomjwchung
(2)
I was wondering if there is a way to change the admin or the user's password using c++.
Sep 25, 2011 at 1:35am UTC
Disch
(13742)
Yes, but obviously you will need the original password for it to be successful. After all, if any shmuck could just write a program to get around the password, the passwords would be useless.
Assuming this is Windows, here's a page which shows how to do it:
http://support.microsoft.com/kb/151546
Topic archived. No new replies allowed.