Transfer files from one USB drive to another using Windows.
Transfer files from one USB drive to another using Windows.
You can create duplicates using tools like WinMerge, Duplicator, or even built-in utilities such as Disk Utility on macOS. Simply transfer the files from one flash drive to another and use a backup software to merge them into a second drive. Just ensure both drives are connected properly and the software runs correctly.
They appear identical and it's a Windows install USB, so it should function.
Absolutely, it's a bootable USB drive. You can't simply copy files like that; you need to create an image of the drive first. Although it might take more downloads, generating a new USB key using the media creation tool is usually the easiest option.
You will first need to make the USB Bootable: Insert a USB flash drive into a running computer. Open a Command Prompt window as an administrator. Type diskpart . In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk , and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive. At the command prompt, type select disk <X> , where X is the drive number or drive letter of the USB flash drive, and then click ENTER. Type clean , and the click ENTER. This command deletes all data from the USB flash drive. To create a new primary partition on the USB flash drive, type create part pri , and then click ENTER. To select the partition that you just created, type select part 1 , and then click ENTER. To format the partition, type format fs=fat32 quick , and then click ENTER. Type active , and then click ENTER. Type exit , and then click ENTER. Now you can copy and pasta it :^)
It's FAT32 format, and copying and pasting functions well. I've relied on this approach for years, especially since I was a Helpdesk Engineer—using the media creation tool takes a bit of time.
For what purpose are these steps taken? Setting up a new bootable installer is separate from creating an alternative one just in case something fails or gets lost. If you need to run unactivated Windows 10, you can still access the full version for 30 to 90 days. You can also upgrade to Insider and get the free version with additional features like Microsoft bloatware or spyware.