Windows 7 Booter: Make Bootable USB Drives For Installing Windows 7

Print Friendly



Akhirnya. Sempat juga menulis sample yang satu ini.

Win7Booter 0.1 - http://jokorb.wordpress

Win7Booter 0.1 – http://jokorb.wordpress

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.

Win7Booter 0.1 In Action - http://jokorb.wordpress.com

Win7Booter 0.1 In Action – http://jokorb.wordpress.com

Download

Untuk mendownload, silahkan:

Download Win7Booter-0.1 Binary +Source (Delphi 7) – 320KB

Incoming search terms:

 

4 Responses to Windows 7 Booter: Make Bootable USB Drives For Installing Windows 7

  1. 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….

       New Post

  2. Pertanyaan Anda sudah dijawab di sini.

       New Post

  3. minta source codex win7boot dong, thx,

       New Post

  4. ada gak aplikasi penjualan toko, minta dong, thx b4

       New Post

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>