windows equivalent for dd
Just use dd for WIndows ... it works perfectly even though it is quite an old project.
Try Win32DiskImager , it can write images to disks.
Rufus works as expected. Choose 'DD Image' for 'Create bootable disk using'.
The source is published on GitHub: https://github.com/pbatard/rufus.
balenaEtcher is another Windows compatible tool for writing writing images to USB drives. It's also fast, and is easier to use than Rufus.
My experience: Win32DiskImager did not detect u-SD through a USB-3 reader; dd for Windows, MinGW compiled dd, Unix Utils dd, and Linux dd VIA VirtualBox VM USB3 pass-through were all unacceptably slow; I have yet to find a Windows command line equivalent that can beat the 50MB/s write speeds I'm seeing with Rufus.