Hello everyone, today I am discusing about an important thing . Some times we can not run windows set up from a CD/DVD drive. In that situation if we know the process of making a pendrive bootable then we can easily set up the windows with that bootable drive. So here are the steps and coding of making a pendrive bootable.
First of all go to run command and then type cmd and press enter. After that follow the steps ; after type every keyword , press "enter" button of you keyboard.
1. type : DISKPART
2. type: list disk
3. type: select disk
4. type: clean
5. type: create partition primary
6. type: select partition 1
7. type: active
8. type: format fs=NTFS QUICK
9. type: assign
10. type: exit
After that you just copy the file from windows disk to the pendrive. Now it will work like bootable CD/DVD/
If any proble is found when you directly copy the file then follow this step.
After step 10
11. type: D:
cd d:\boot
BOOTSECT.EXE/NT60 G:
Here D is the CD/DVD DRIVE's name
and G is the name of PEN DRIVE
NOTE: You can also boot other OS following this system.I do it and it works. So best of luck.
