

For example, this command copies data from the drive “C” to “D” and uses the “32” threads for copying: robocopy C:\Users\admin\Documents D:\Users\admin\Documents /S /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:32 In the command, make sure to update the source and destination paths and the options. Type the following command to copy the files and folders to another drive and press Enter: robocopy C:\source\folder\path\ D:\destination\folder\path\ /S /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:32 Search for Command Prompt, right-click the result, and select the Run as administrator option. To use the Robocopy multithreaded feature to copy files and folders to another drive faster, use these steps: How to use multi-threaded feature with Robocopy In this guide, you will learn to use the multi-threaded copies feature on Robocopy to speed up the transfer process of files and folders to another drive on Windows 10.

Instead of one file at a time using the copy feature built into File Explorer. One particular feature that makes Robocopy special (and often overlooked) is its multi-threaded feature that allows you to copy multiple files simultaneously. Although this works perfectly fine, speed becomes a bottleneck as trying to transfer many files can take a very long time.Īs an alternative, many technical users use Robocopy (Robust File Copy), a command-line tool built into Windows 10 that provides more features to move data to a different location more quickly. Skip Allready Existing Files by checking size and timestamp information and comparing it to the source and target.On Windows 10, when you need to copy files to another drive, you typically use the standard select, copy, and paste process. Mirror Mode is provided to sync or mirror given files and folder or directory updated files will be updated and deleted files will be deleted on the target. Preserve File Attributes and timestamp of the copied file where owner and audit information is also preserved.Ībility To Update Copied File Attributes and Timestamps of the copied files and folders which will set to the latest date and time.Īdministrator Owned File Copy is supported with the option /B. Resume Interrupted Copy when the network or remote host is down during a copy the copy operation can resume where it left. The command robocopy provides very useful features for files copying over network. Robocopy will copy the local or given file to the remote or destination location. Robocopy or Robust File and Folder Copy application is very popular amongst Windows system administrators.
