Drag and Drop confirmation prompt? Accidentally moving files.

Anonymous
2011-03-25T15:44:05+00:00

Ever since upgrading to Windows 7, we have had a problem with people inadvertently moving folders by dragging and dropping when meaning to double click.  Is there a way to turn on a confirmation prompt ("are you sure you want to...") when dragging and dropping files/folders?  It seems that previous versions of Windows had this prompt, but it has since been removed.  This is happening in our office on at least a weekly basis, sometimes daily, and we have to spend time searching for the moved folder.  If MS is unable to help, is there software that we can purchase to accomplish this?

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
@CmdrKeene 90,631 Reputation points Volunteer Moderator
2011-03-25T16:29:55+00:00

Windows 7 made no changes: there has never been a confirmation prompt like you describe.

One workaround is to increase the distance you must move the pointer before it triggers a drag.  Under the following registry key, you'll see DragHeight and DragWidth, which define the number of pixels the mouse must move before the drag is initiated:

Computer\HKEY_CURRENT\USER\Control Panel\Desktop

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

63 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-08-30T19:42:41+00:00

    On Sat, 30 Aug 2014 19:31:46 +0000, Mike Kirtland wrote:

    Microsoft, you don't seem to get it. Your customers aren't reporting a break/fix.  They are asking for a much needed feature.  Please add the option to prompt for confirmation when files / directories are moved.

    This isn't Microsoft you're addressing here; this is a peer support
    forum. We are all just users of this version of Windows here, helping
    each other if and when we can. We are not Microsoft employees (not
    even those of us with "Microsoft MVP" behind our names; that's an
    honorary title for having provided consistently helpful advice) except
    for an occasional Microsoft contractor or employee.

    If you want to complain to Microsoft about something, please contact
    them directly. Trying to do it here is just a waste of (figurative)
    breath, and clutters up the forum.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-08-30T19:31:46+00:00

    Microsoft, you don't seem to get it. Your customers aren't reporting a break/fix.  They are asking for a much needed feature.  Please add the option to prompt for confirmation when files / directories are moved.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-05-25T17:50:38+00:00

    That's the answer.  Thanks, joelkaton!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-03-06T15:12:27+00:00

    Ever since upgrading to Windows 7, we have had a problem with people inadvertently moving folders by dragging and dropping when meaning to double click.  Is there a way to turn on a confirmation prompt ("are you sure you want to...") when dragging and dropping files/folders?  It seems that previous versions of Windows had this prompt, but it has since been removed.  This is happening in our office on at least a weekly basis, sometimes daily, and we have to spend time searching for the moved folder.  If MS is unable to help, is there software that we can purchase to accomplish this? 

    I was so hoping there would be a simple solution to this.   I do remember being prompted in the past, but I can't remember if it was through our Netware server way back in the day. 

    Unfortunately, my company also suffers from co-workers with itchy trigger fingers.  Further complicating matters is that any group policy editing that may exist would have to be pushed by a global IT change.  This probably wouldn't be feasable. 

    That stated I've resorted to command prompt to do the work for me.  Many of you may know this, but it may help some others.

    At a command prompt I navigate to the shared drive and do a wild card directory listing for the folder and tell the DIR command to only give the basics ( /b ) and to search sub directories ( /s ).

    Example,  my co-worker couldn't find a folder called "Customer Requests 2012".   There were folders for 2010, 2011, 2013, but 2012 was gone.   I typed the following search on our "S:"

    DIR *Customer*Req*20* /b /s

    The folder was found inside another folder starting with "C".  Like I mentioned, a lot of you may know this, but perhaps it will help others.

    Was this answer helpful?

    0 comments No comments