18/03/2013

Make your Pendrive Bootable Without any software

When we want to format or install new OS on computer,we generally use CD drive.but when you don't have any CD drive then? you know you can format or install new operating system using your pendrive.First Check Your computer support the USB booting or not? and you need windows OS.

1.Open Command Prompt.(Just Go to Run and type cmd and hit the Enter Key,you can see black window)


2.Type "diskpart" in cmd and press Enter Key.It will open new window.



3.Insert your pendrive into USB port and type in cmd "list disk".You can see new windows like this. you can see your hard disk and pendrive here.Here Disk 1 is a pendrive.
4.Type in cmd "select disk 1".
(If your pendrive is disk 1 write select disk 1 if not,replace '1' witha your disk number.) You can find Disk 1 is now selected
After this type "detail disk".you can see all the details of your pendrive.
Then type "clean".
5.Type these commands one by one.

"create partition primary"
"select partition 1"
"active"
"format fs=fat32 quick"

NOTICE:Don't change any command.


It will take some time.

6.After this type "assign"and hit the Enter key.
  Now You can see your pendrive folder.

7.After this type"exit".


7.After this process your pendrive is now bootable.Now copy .iso from winsows CD and paste to your pendrive.


Step By Step Command:

1.diskpart
2.list disk
3.select disk x (here "x" is the number corresponding to the USB disk Number)
4.clean
5.create partition primary
6.active
7.format fs=fat32 quick
8.assign
9.exit


There many other tools available on the internet to make your pen drive bootable within a few seconds.But i suggest this method to make your pen drive bootable.If you cannot understand this method then feel free to contact us or you can also comment below.If you have any other simple method then please tell us.

More To Read: