How to Change Admin Password by Batch Programming

  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

Comments