How many threads should i use with robocopy?
Robocopy uses a single thread by default. To leverage multiple threads, use the `/MT[:N]` switch, with `N` up to 128. The optimal number depends on your system's disk I/O, network bandwidth, and CPU. For many common scenarios, values between 8 and 32, such as `/MT:16`, often provide a good balance of speed without excessive overhead.