21-10-2008 04:13 AM |
Reset Any Windows Password |
.gif)
faisal_malmsteen Anbu

Posts: 678
Joined: 05.07.08
Location: Dibalik terali besi
|
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.
|
|
|
|
21-10-2008 11:13 AM |
RE:
Reset Any Windows Password |

udahjadi Jounin Spesial

Posts: 220
Joined: 28.08.08
Location: JakTOWN®
Age: 45
|
thanxs yach... boleh nich coba2... tapi di komputer siapa yach..??
hahahahahahaha....
Newbie™
Merdeka Indonesia...Maju terus...!!!
jangan mau kalah dari negara lain !!! |
|
|
|
21-10-2008 01:37 PM |
RE:
Reset Any Windows Password |

bangaw Anbu

Posts: 350
Joined: 13.08.08
Location: jakarta yang gini2 aja
Age: 40
|
wah ne penting nehhh...
buat kalo gw mo ngacak2 
bcanda...
minta yak
-artforeveryone- |
|
|
|
21-10-2008 01:47 PM |
RE:
Reset Any Windows Password |

Giruu Chunnin

Posts: 99
Joined: 18.09.08
Location: didalam laci, dibuku harian halaman 1
Age: 39
|
lumayan,... daripada lumanyun ... 
donlot uy....
think "BEE" |
|
|
|
21-10-2008 03:39 PM |
RE:
Reset Any Windows Password |

1marcelbnt Anbu

Posts: 345
Joined: 14.07.08
Location: banda-bnt
Age: 44
|
wihh coba deh di dowload dl  |
|
|
|
22-10-2008 10:30 PM |
RE:
Reset Any Windows Password |

luv_you Anbu

Posts: 251
Joined: 02.07.08
Location: jakarta raya
|
wew mantab dah wa pelupa banget |
|
|
|
22-10-2008 11:33 PM |
RE:
Reset Any Windows Password |

si_tunge Anbu

Posts: 376
Joined: 09.09.08
Location: Di dalam kancutnya sandra dewi
Age: 35
|
asyiiiiikkk kompi tmen kosan gw dengan lebih mudah dapat gw tembus nihh...
wuakakakakakak......
.........keep the faith guys.......
INDONESIA GW ANCUR GARA2 PEMIMPINNYA CACAD |
|
|
|
23-10-2008 06:19 PM |
RE:
Reset Any Windows Password |

sanca Chunnin

Posts: 81
Joined: 09.07.08
Location: karawang tea
Age: 39
|
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,,,
+=+=+=+=SAnca=+=+=+=+
[size=150][/size] |
|
|
|
23-10-2008 10:14 PM |
RE:
Reset Any Windows Password |
.gif)
Aish Jounin Spesial

Posts: 243
Joined: 30.09.08
Location: Jakarta yg sumpek
Age: 39
|
Kereeen |
|
|
|
08-08-2009 03:12 PM |
RE:
Reset Any Windows Password |

badonx Anbu

Posts: 305
Joined: 15.03.09
Location: Salatiga
Age: 36
|
bro upload ulang pliss,, pngin nyobain,,
i know i'm dumb  |
|
|
|
08-08-2009 11:39 PM |
RE:
Reset Any Windows Password |
.gif)
ayam-kalkun Anbu

Posts: 380
Joined: 20.05.09
Location: /etc/ExploreYourBrain
Age: 31
|
thank's... ijin donlot... |
|
|
|
10-08-2009 11:57 AM |
RE:
Reset Any Windows Password |
.gif)
faisal_malmsteen Anbu

Posts: 678
Joined: 05.07.08
Location: Dibalik terali besi
|
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  |
|
|
|
10-08-2009 01:12 PM |
RE:
Reset Any Windows Password |

didon Murid Akademi I

Posts: 17
Joined: 04.01.09
Location: palembang
Age: 38
|
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();
orang yang aneh... |
|
|
|
10-08-2009 07:55 PM |
RE:
Reset Any Windows Password |

badonx Anbu

Posts: 305
Joined: 15.03.09
Location: Salatiga
Age: 36
|
wokay bro command confirmed...
thx b4
i know i'm dumb  |
|
|
|
11-08-2009 11:18 AM |
RE:
Reset Any Windows Password |

bocahe Murid Akademi I

Posts: 16
Joined: 30.06.09
Location: Lumajang
Age: 45
|
trims ya tas sharing pengtahuannya. sangat membantu untuk utak atik kompi... |
|
|
|
02-10-2009 10:19 PM |
RE:
Reset Any Windows Password |

shin-ba Murid Akademi I

Posts: 13
Joined: 01.10.09
|
mantabss..thx for share..bro
SAMPAIKANLAH WALAU SATU URL...
|
|
|