Making Windows7 or Windows 8 installation from your USB device is really too economic and easy !
You can make the windows 7 bootable from just few commands in the command prompt only. All you need is the ISO or all the files or copy of DVD of windows 7 and Administrator right in your system.
I have assumed you have and DVD of windows 7 in your tray and a 4 GB Pen drive in one of your USB port. Backup all your pen drive data because it’s going to format !
Insert your Pen drive and press the start button.
Type cmd and right click on it and start this with administrator right.
Now on the command prompt, type the following commands
Diskpart
List disk
// List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk. This will be like in figure.
select disk 1 // in my case USB is as disk 1
create partition primary
active
format fs=ntfs quick // Format Filesystem=NTFS quick(don’t use Quick for deep format, just use format fs=ntfs)
assign
exit
After this your USB drive is ready to boot any computer just another step requires.
After this, copy all the content of DVD or Windows 7 ISO extract to USB drive.
Done?
Now open the command prompt again by typing CMD in run
type
O: //o: is the path of usb drive, change it as according
Cd o:/boot
Bootsect /nt60 o:
And Hit the final Enter and you are ready.
No comments:
Post a Comment