Win8USB - Windows 8 USB Installer Makerby vhanla
[link]03/24/2012
This is a utility that will help you make a bootable USB Pendrive
of Windows 8 installer using its ISO DVD image.
Requirements:
- Windows Vista or superior
- Admin Privileges in order to write USB boot code
- Patience
This tool makes 3 steps
1. Formats your pendrive to NTFS format (REQUIRED)
2. Extracts all files to your USB drive (THIS WILL TAKE LONG TIME!!! VERY LONG TIME)
3. Writes the USB Boot MBR
Update:June 1st 2012 - tested with Windows 8 Release Preview
I added an alternative way to show the ISO unpacking, thanks to 7zg.exe, so you will be able to see what happens when this tool is copying the files to your USB drive.
The old and maybe faster way remains there (when
Show copying option is not checked).
USE IT AT YOUR OWN RISK
this tool can't run on win8 pe
[link]
If i can't log on my windows cause virus. How to use it ?
Launch the DiskPart utility by typing "diskpart" at the Start Menu. Insert USB flash drive.
Type:
list disk ~enter
select disk 1 ~enter where the "1" is actually the corresponding number of your USB drive.
clean ~enter
create partition primary ~enter
active enter
format fs=ntfs quick ~enter
assign ~enter
exit ~enter
Then you can copy everything from the Windows 7 installation DVD onto the USB Flash (a simple drag and drop will do).
Or open ISO file with winrar just drag and drop all file from winrar to USB Flash. Thats it.