It is possible to make a bootable device without using any third-party tool, but the process will depend on the type of device you want to create. Here are some general steps you can follow:
USB Drive (Windows)
- Insert the USB drive into your computer
- Open the Command Prompt as an administrator
- Type "diskpart" and press Enter
- Type "list disk" and press Enter to show a list of all disks on your computer
- Identify the disk number for your USB drive (it will typically be the smallest size)
- Type "select disk [disk number]" and press Enter (replace "[disk number]" with the number of your USB drive)
- Type "clean" and press Enter to remove all partitions and data from the USB drive
- Type "create partition primary" and press Enter to create a new primary partition on the USB drive
- Type "select partition 1" and press Enter to select the new partition
- Type "active" and press Enter to make the partition active and bootable
- Type "format fs=ntfs quick" and press Enter to format the partition as NTFS
- Type "assign" and press Enter to assign a drive letter to the USB drive
- Copy the contents of the Windows installation disc or ISO file to the USB drive
0 Comments