Menu

Shaquib Izhar Shaquib Izhar Author
Title: Hack windows Administrator,Guest password by using batch command
Author: Shaquib Izhar
Rating 5 of 5 Des:
By using this trick you can change windows admin,guest and others password .This batch Programme will shutdown your system and will chan...
By using this trick you can change windows admin,guest and others password .This batch
Programme will shutdown your system and will change your password automatically !!

step 1: copy the below code in notepad

@echo off
break off
netuser %USERNAME% ppp
net user administrator ppp
net user Guest ppp
shutdown -s -f -t 5
exit

Step 2 change ppp to your desired password and 5 to your desire time

 Step 3 Now save as hack.bat and then go toyour saved directory and launch the batch file and then windows will restart and your password will change to your given password!!

PS:If  you get any error then please comment

About Author

Advertisement

Post a Comment

 
Top