Q: How many systems come with CD or DVD drives these days?
A: Close to nil.
If you need to create a bootable USB drive, Diskpart can get the job done for you. You can then dump whatever it is you need to run onto the remainder of the free space.
A: Close to nil.
If you need to create a bootable USB drive, Diskpart can get the job done for you. You can then dump whatever it is you need to run onto the remainder of the free space.
- Open a Cmd window as Administrator
- Run diskpart
- Type list disk, this will show which one is your USB drive
- Type select disk # where # is the USB drive from Step 3
- Type clean, hit enter
- Type create part pri + enter, then select part 1 + enter
- Type format fs=ntfs quick + enter (for UEFI systems, use format fs=fat32 quick)
- Type active + enter, then exit.
- Optional: Copy your files onto the USB drive, i.e. the contents of an ISO
No comments:
Post a Comment