Creating a bootable Windows 7

clickyclick

Honorable
Oct 23, 2012
48
0
10,540
Hello everyone,

I'm trying to make a bootable image of Windows 7 via Rufus tool, but since I'm not that experienced, I thought I should wait and ask around. So are there any specific settings I should change in Rufus before going ahead with the process? Like which partition scheme should I use and which File system? Thanks in advance!
 
Solution
you can do it via CMD aswell

just type in search "CMD", right click, "start as administrator
Then type in "Diskpart
Then type in "List Disk"
Then there will be x disks listed, x being the ammount of hard drives you have.
select disk x, while x being your flash drive. '(either 0, 1 or 2. you can identify it by the available and used space)
clean
create partition primary
select partition 1
format fs=fat32 quick
wait until it's completed
and then
assign
then copy all windows installation data onto the flash drive and you're good to go :)

radekmm

Honorable
Apr 14, 2014
513
0
11,160
you can do it via CMD aswell

just type in search "CMD", right click, "start as administrator
Then type in "Diskpart
Then type in "List Disk"
Then there will be x disks listed, x being the ammount of hard drives you have.
select disk x, while x being your flash drive. '(either 0, 1 or 2. you can identify it by the available and used space)
clean
create partition primary
select partition 1
format fs=fat32 quick
wait until it's completed
and then
assign
then copy all windows installation data onto the flash drive and you're good to go :)
 
Solution