Hi Guys, Today I am going to show you how to simply make a bootable pen drive to install Windows without any software.
Press Win+R key from your keyboard and a Run dialog will open.
Type diskpart in that dialog and press Enter. Now it will ask for admin priveledges. Click on Yes.
In diskpart type 'list disk' . It will show you all disks attached with your system.
Now type 'select disk <disk number>' (e.g. select disk 1).
After selecting the disk type 'clean' . It will clear all data of your disk.
Now type 'create partition primary'. It will create a new partition inside your disk.
Type 'select partition 1'. To choose the created partition.
Now type 'active'. It will mark the selected partition as active (bootable).
Now type 'format fs=fat32 quick'. This command is used to format the partition. If you will not use it at this time then you have to format your disk manually.
Here is a screenshot
Thanks :-)
Step 1:
Press Win+R key from your keyboard and a Run dialog will open.
Step 2:
Type diskpart in that dialog and press Enter. Now it will ask for admin priveledges. Click on Yes.
Step 3:
In diskpart type 'list disk' . It will show you all disks attached with your system.
Step 4:
Now type 'select disk <disk number>' (e.g. select disk 1).
Note :
Mostly in all the system disk 0 is used for hard disk. So don't type select disk 0.
Step 5:
After selecting the disk type 'clean' . It will clear all data of your disk.
Step 6:
Now type 'create partition primary'. It will create a new partition inside your disk.
Step 7:
Type 'select partition 1'. To choose the created partition.
Step 8:
Now type 'active'. It will mark the selected partition as active (bootable).
Step 9:
Now type 'format fs=fat32 quick'. This command is used to format the partition. If you will not use it at this time then you have to format your disk manually.
Step 10:
Now close the diskpart window.Step 11:
Now copy your Windows installation data to your disk. Finished.Here is a screenshot
Thanks :-)
No comments:
Post a Comment