Windows – Make Windows always copy files when dragging and dropping them

drag and dropwindows 7

Is there a way to change the default drag and drop behavior in Windows 7?

As of now it seems that if the location is on the same drive it'll move onto the other, otherwise if they are in different drives it'll copy.

Is there a way to change the setting so it'll always copy it?

Best Answer

You could try the solution suggested in this answer: https://superuser.com/a/248961/71432

Alternatively, if you're not into coding, you can alter the behavior of drag-and-drop by manually holding down one of the modifier keys while dropping:

  • Hold down the Control key to always copy.
  • Hold down the Shift key to always move.
  • Hold down the Alt key to always make a shortcut.
Related Question