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.