In companies where users have write access to huge directory structures, it might happen from time to time someone unknown accidentally moves a folder using the drag&drop feature in Windows Explorer.

This site offers a tool which shows a confirmation dialog before the files or directories can be moved.

Note: For Non-English Windows systems, you have to do some registry modifications to make it work.

The following snippet is for German Windows (tested with 7 and 8.1 x64, should also work with 10).

First use the DragDropConfirm installer (parameter /S is silent), then copy these lines into a textfile (xxx.reg) and execute it:

The important part is the “ItemText” variable. If this one is wrong, the dialog does not pop up.

For other languages, please have a look at the advanced instructions and the comments there below.

 

UPDATE 2016-05:

The original software also shows the confirmation dialog when you use keyboard shortcut Ctrl + X / Ctrl + V, which you probably do not want. Additionally, the dialog might not get into foreground in all scenarios, e.g. if you move from one Explorer window to another.

As the original code has not been worked on for over a year (according to GitHub), I modified the code myself a little. You can download the package here, it includes source code and the installer.

Changes I made:

 

  [email protected]