Windows 7 Booter: Make Bootable USB Drives For Installing Windows 7
Akhirnya. Sempat juga menulis sample yang satu ini.
Win7Booter, tool untuk membuat bootable pen drive/USB drives untuk menginstall Windows 7. Kadang kita mau menginstall Windows 7 tapi tidak ada DVD masternya, atau ada DVD master tapi di laptop/PC tidak tersedia DVD-Reader. Yang ada, kita malah punya file Windows 7 ISO atau hasil ekstraknya atau hasil copy dari DVD master di harddisk. Nah, saat begitu, kita butuh tool bantu buat instalasi Windows 7.
Win7Booter adalah salah satu tool dimaksud. Win7Booter mampu melakukan:
- Membuat partisi aktif di USB drive, dan memformatnya sebagai NTFS drive.
- Mengcopy file-file instalasi Windows 7 ke USB drive.
- Menginstall boot record ke USB drive sehingga menjadi bootable.
Penggunaan Win7Booter sangat mudah. Masukkan flash disk/USB drive ke PC/Laptop. Format dan tunggu sampai selesai (PENTING! Untuk memastikan bahwa flash disk tidak sedang digunakan). Jalankan Win7Booter. Pilih direktori sumber di mana file-file instalasi (hasil copy dari DVD master Windows 7 atau hasil ekstrak dari Windows 7 ISO File). Tentukan USB drive yang akan dibuat bootable, dan klik Build. Tunggu sampai selesai. Jadi.
Anda kemudian dapat me-restart PC/Laptop dan memilih opsi booting lewat USB device via BIOS. Masukkan USB drive yang sudah dibuat bootable, dan nyalakan PC/Laptop Anda. Bila semua beres, Anda akan mendapatkan layar instalasi Windows 7.
Tool ini telah saya tes di Windows 7 Ultimate (PC) dan Windows 7 Starter (Laptop). Dua-duanya sukses.
Download
Untuk mendownload, silahkan:
Download Win7Booter-0.1 Binary +Source (Delphi 7) – 320KB
- Win7Booter 0.1 – http://jokorb.wordpress
- Win7Booter 0.1 In Action – http://jokorb.wordpress.com
Incoming search terms:
- unable to cast object of type \system boolean\ to type \system string\
- penyebab system boolean to type system string pada windows 8
- cara mengatasi unable to cast object of type system boolean to type system string windows 7
- mengatasi pesan tidak dapat cast type sistem boolean
- mengatasi system boolean win7
- cara menghilangkan unable to cast of type system boolean to type system string pada saat up
- cara menghilangkan pesan boolean windows di win 8 saat startup
- penyebab unable to cast system boolean and system string
- unable to cast object of type system boolean to type system string di win 7
- unable to cast object of type system boolean to type system string di windows 7













This is the default footer layout. You can easily add or remove columns in the footer.
procedure TForm1.Button1Click(Sender: TObject);
type
TRGBTripleArray = ARRAY[Word] of TRGBTriple;
pRGBTripleArray = ^TRGBTripleArray; // Use a PByteArray for pf8bit color.
var
x,y : Integer;
bx, by : Integer;
BitMap, BigBitMap : TBitMap;
P, bigP : pRGBTripleArray;
pixForm, bigpixForm : TPixelFormat;
begin
BitMap := TBitMap.create;
BigBitMap := TBitMap.create;
try
BitMap.LoadFromFile(‘littlefac.bmp’);
pixForm := BitMap.PixelFormat;
bigpixForm := BigBitMap.PixelFormat;
BitMap.PixelFormat := pf24bit;
BigBitMap.PixelFormat := pf24bit;
BigBitMap.Height := BitMap.Height * 2;
BigBitMap.Width := BitMap.Width * 2;
for y := 0 to BitMap.Height – 1 do
begin
P := BitMap.ScanLine[y];
for x := 0 to BitMap.Width – 1 do
begin
bx := x * 2;
by := y * 2;
bigP := BigBitMap.ScanLine[by];
bigP[bx] := P[x];
bigP[bx + 1] := P[x];
bigP := BigBitMap.ScanLine[by + 1];
bigP[bx] := P[x];
bigP[bx + 1] := P[x];
end;
end;
Canvas.Draw(0, 0, BitMap);
Canvas.Draw(200, 200, BigBitMap);
finally
BitMap.Free;
BigBitMap.Free;
end;
end;
bisa minta tolong bagaman caranya menyisipkan”saveDialog dan open dialog”
karna ini program skripsi ku yaitu buat program memperbesar gambar atau pixel…
mohon bantuannya….
Pertanyaan Anda sudah dijawab di sini.
minta source codex win7boot dong, thx,
ada gak aplikasi penjualan toko, minta dong, thx b4