In this post we will discuss about how to make a bootable Windows 7 flash natively, without using any additional software.
Below is the following steps :
- Plug the flash disk into computer
- Format your flash disk (don't forget to backup your data first)
- Run command prompt by choose Start - All Programs - Accesories - Command Prompt. Right click and then "Run As Administrator".
- Write "diskpart", we will enter in DISKPART mode
- Type "list disk" to display all available disk in our computer
- Write down these commands :
select disk 1 clean create partition primary select partition 1 active format fs=NTFS assign exit
- Insert your Windows 7 DVD installation
- Change command prompt to your DVD drive letter, for example in drive "d:"
- Write this command to enter to folder boot "cd boot"
- Write this command to make our flash disk bootable:
bootsect /nt60 e:
it is if our flash disk on drive e, for example. Change it as the environment of your system
- close command prompt
- copy all files in your DVD drive(d) to flashdisk drive (g)
- Now your flashdisk is bootable as below
boot from flashdisk |
No comments:
Post a Comment