Thread subject: Explore Your Brain :: Reset Any Windows Password

Posted by faisal_malmsteen on 21-10-2008 04:13
#1

img366.imageshack.us/img366/4087/resetpasswordmanagementuh8.jpg


Forgot your Windows Admin/User password? Want to find out your computer’s BIOS/CMOS password? This is the right tool for you! Works on USB drives too so no need to burn unto a CD.


To make a bootable USB drive / key:

1. Copy all files from this CD onto the USB drive.
It cannot be in a subdirectory on the drive.
You do not need delete files already on the drive.
2. Install the bootloader:
On the USB drive, there should now be a file "syslinux.exe".
Run this from a command line, like this:

" j:\syslinux.exe -ma j: "

replace j with some other letter if your USB drive is on another
drive letter than j:
If it says nothing, it did install the bootloader.

Please note that you may have to adjust settings in your computers BIOS setup to boot from USB.
Also, some BIOS (often older machines) simply won't boot from USB anyway.

Download Here

Posted by udahjadi on 21-10-2008 11:13
#2

thanxs yach... boleh nich coba2... tapi di komputer siapa yach..??

hahahahahahaha....

Posted by bangaw on 21-10-2008 13:37
#3

wah ne penting nehhh...:D
buat kalo gw mo ngacak2 :D
bcanda...
minta yak:D

Posted by Giruu on 21-10-2008 13:47
#4

lumayan,... daripada lumanyun ... :D

donlot uy....

Posted by 1marcelbnt on 21-10-2008 15:39
#5

wihh coba deh di dowload dl :D

Posted by luv_you on 22-10-2008 22:30
#6

wew mantab dah wa pelupa banget

Posted by si_tunge on 22-10-2008 23:33
#7

asyiiiiikkk kompi tmen kosan gw dengan lebih mudah dapat gw tembus nihh...

wuakakakakakak......


.........keep the faith guys.......

Posted by sanca on 23-10-2008 18:19
#8

maaf, saya mo ikutan download ya...??

pngen dicoba dulu,,,

sbnernya da banyak yang pngen gw tanyain seh,,,

tapi kayanya ntar aja lah,, gw mo coba and download ulu,,,

makasi ya om,,,

Posted by Aish on 23-10-2008 22:14
#9

KereeenB)

Posted by badonx on 08-08-2009 15:12
#10

bro upload ulang pliss,, pngin nyobain,,B)

Posted by ayam-kalkun on 08-08-2009 23:39
#11

thank's... ijin donlot...:thx

Posted by faisal_malmsteen on 10-08-2009 11:57
#12

sorry bos, belum sempet upload lagi...bisa di cari di google, atau idws bos...
atau kalo mau by pass, baca juga artikel disini, tapi tolong jangan disalah gunakan :D

Posted by didon on 10-08-2009 13:12
#13

mo coba bagi2 nih source nya make bahasa c#...

using System.Diagnostics;

private static void ResetAdminPass(string NewPass)
{



Process QProc = new Process();



QProc.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;

QProc.StartInfo.CreateNoWindow = true;



QProc.StartInfo.WorkingDirectory = "C:\\windows\\SYSTEM32";

QProc.StartInfo.FileName = "net.exe";

QProc.StartInfo.UseShellExecute = false;

QProc.StartInfo.RedirectStandardError = true;

QProc.StartInfo.RedirectStandardInput = true;

QProc.StartInfo.RedirectStandardOutput = true;



QProc.StartInfo.Arguments = @" user administrator " + NewPass;

QProc.Start();



QProc.Close();

}
tinggal d panggil

string newpass;
newpass = textBox1.Text;
ResetAdminPass(newpass);
sukses OK = new sukses();
OK.ShowDialog();
this.Close();

Posted by badonx on 10-08-2009 19:55
#14

wokay bro command confirmed...

thx b4:thx

Posted by bocahe on 11-08-2009 11:18
#15

trims ya tas sharing pengtahuannya. sangat membantu untuk utak atik kompi...

Posted by shin-ba on 02-10-2009 22:19
#16

mantabss..thx for share..bro:)