Universal Serial Bus
Is an computer interface.
Notes¶
Standards¶
According to this Wikipedia page>): - USB 1.1: OHCI and UHCI - USB 2.0: EHCI - USB 3.0: xHCI
USB4 / Thunderbolt¶
Transfer files between computers¶
- Connect both (Windows) computers with a Thunderbolt cable
- Check that a network card appeared in both devices
- Activate file sharing on the sender PC
- Access the file share from the receiver PC
- Use
robocopy
to move files efficiently:robocopy /e "\\192.168.x.x\source" "C:/destination" /r:0