Categories
PC Hacks Security

How to Change Admin Password by Batch Programming

There are many amazing and simple tricks that help you to change admin password of any computer. Today we are going to show one such simple trick by which you can effortlessly get the job done. Here in this trick we will be using the so called batch programming Technique to change admin password.  .

Note : This article is only for educational purpose and OnlineCmag is not responsible for any damage to your computer.

Steps To Change Admin Password :

Step 1 : Open Notepad :

Click on the Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even open it by just typing notepad in your Run .

Step 2 : Copy – Paste :

Copy the below given code carefully and paste it into your notepad . Here ” OnlineCmag ” is the new password which overrides the Old Admin password .

There are many amazing and simple tricks that help you to change admin password of any computer . Today we are going to show a simple trick by which you ...

@echo off
 NET USER %username% OnlineCmag
 DEL pwd.bat

Step 3 : Save It As :

Now save this file with a ” .bat ” extension i.e something like ” pwd.bat ” .

There are many amazing and simple tricks that help you to change admin password of any computer . Today we are going to show a simple trick by which you ... , There are many amazing and simple tricks that help you to change admin password of any computer . Today we are going to show a simple trick by which you ...

Step 4 : Execute :

There are many amazing and simple tricks that help you to change admin password of any computer . Today we are going to show a simple trick by which you ...

Now your file is ready to change any computer’s password . You can copy it into one’s pen-drive and as soon as he/she executes it, the password will be changed to ” OnlineCmag ” .

Share Your Doubts And Views In Comments …