I found that very often I was opening the same target folder for drag & drop operations. I wrote a small hotkey utility in AutoHotKey so that I can move folders to this target folder directly from the source without drag & drop. Also as a convenience you may hotkey on the desktop to just open the Fave Folder. By default the target is Documents but you may change this using the Tray Icon Menu.
The idea is to move folders with large files on the same partition via a Windows directory entry reassignment. Moving to a different partition is not prevented but unless the files are small I'd use Windows Drag & Drop or some command line copy function instead.
Also the selections for hotkey move must be folders only. Otherwise an error will be generated. For moving a mix of multiple files and folders use drag & drop. If there is an error during the move, a dialog pops up telling you which folder had the problem, then the loop continues if more than one folder was selected.
Here's the page for download:
Hotkeys