Do you own a Netbook or a small form-factor computer without a DVD drive sầu, but want khổng lồ install Windows (7, 8 or 10) on it? This article explains the different methods khổng lồ create a bootable USB Windows Setup media.
Bạn đang đọc: Windows 7 usb dvd download tool 1
Before you begin, note that you don’t need any software khổng lồ create a bootable USB media for UEFI-based computers. For UEFI-based computers, all you need to lớn do khổng lồ make a USB Windows cài đặt disk is to format the USB drive as FAT32 (instead of NTFS), mount the Windows Setup ISO to a drive, và copy the entire contents of the mounted drive sầu to lớn the USB drive sầu.
Please insert the USB flash drive sầu (or DVD media) into the drive beforeh&.
The tool works only for the Windows ISO image downloaded from Microsoft.
Xem thêm: Vaseline Có Trị Thâm Nách Không, Công Dụng Tuyệt Vời Của Vaseline, Bạn Biết Chưa
Rufus: An Advanced Tool lớn Create Bootable USB Drives
Also, look at an advanced ISO/DVD lớn USB tool named Rufus. This utility helps format và create bootable USB flash drives, such as USB keys/pen drives, memory sticks, etc.Rufus – ISO to lớn USB boot truyền thông creator.Rufus is extremely fast, and this tool can be especially useful for cases where:you need to create USB installation truyền thông from bootable ISOs (Windows, Linux, UEFI, etc.)you need to lớn work on a system that doesn’t have sầu an OS installedyou need lớn flash a BIOS or other firmware from DOSyou want to lớn run a low-level utilityCreate USB Bootable Windows Setup Disk without using any software
As said earlier in this article, for UEFI-based computers, all you need to lớn vày to make a Windows cài đặt disk is khổng lồ format the disk as FAT32, mount the ISO to a drive sầu and copy the entire contents of the mounted drive khổng lồ the USB drive sầu. This is sufficient to make the drive bootable in UEFI-based computers.For legacy (BIOS/MBR) systems, follow these instructions khổng lồ create a Windows 10 Setup USB disk.Insert the USB flash disk inkhổng lồ the drive sầu.xuất hiện admin Command Prompt run the diskpart commvà.Run the menu disk comm& to see the danh mục of drives. Carefully, note down the disk # for your USB truyền thông media. It’s better to disconnect additional external drives before running this commvà, for easy identification of the USB drive sầu.In my case, disk 3 is the USB drive, so I type the following command to lớn select the disk:select disk 3Then, run the following command lớn completely erase the contents of the USB disk:cleanThen run the following commands:create partition primaryselect partition 1activeformat fs=ntfs quickImportant note: If your computer supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quichồng, and then click ENTER.
Once done, run the assign comm&, and then type exit lớn come out of the Diskpart command environment. Now, Windows reassigns a drive letter (G: in this example) for your USB drive sầu.Mount the Windows Setup ISO by double-clicking on it.Copy the entire contents of the mounted ISO drive (H:) lớn your USB flash drive sầu (G:)
H:cdootbootsect.exe /nt60 G:You’ll see the following output:Target volumes will be updated with BOOTMGR compatible bootcode.G: (\?Volume589fd5fb-bd84-11e8-a90e-1866da06b846) Successfully updated FAT32 filesystem bootcode.Bootcode was successfully updated on all targeted volumes.The bootsect.exe cộ command-line builds the boot sector code in the specified partition.That’s it! The USB drive sầu is now bootable, & you should be able to lớn install Windows from it.Hope this guide proved helpful lớn create a bootable USB Windows Setup disk using various methods.