Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created November 2, 2016 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwlin/2bdbee3d5d3cc0072495a4acaaf7414f to your computer and use it in GitHub Desktop.
Save pwlin/2bdbee3d5d3cc0072495a4acaaf7414f to your computer and use it in GitHub Desktop.
windows explorer drag and drop bug
http://www.tenforums.com/general-support/6868-no-drag-drop-windows-explorer-other-oddities-post834171.html#post834171
Drag-drop in Explorer broke after I removed the Quick Access feature.
Found a fix today.... I think.
All under Registry HKEY_CLASSES_ROOT:
When I searched CLSID for "drag" I found this key: {4657278A-411B-11d2-839A-00C04FD918D0}
called "Shell Drag and Drop helper"
-- well that seems promising, no?
So created the following keys:
/Directory/shellex/DragDropHandlers/{4657278A-411B-11d2-839A-00C04FD918D0}
/Folder/shellex/DragDropHandlers/{4657278A-411B-11d2-839A-00C04FD918D0}
No values, just create the keys.
Unfortunately, I also had to restore Quick Access.
Go to
/CLSID/{679f85cb-0220-4080-b29b-5540cc05aab6}/ShellFolder
and reset Attributes to the default a0100000 (instead of a0600000, which was part of what got me into this mess.
Finally I went into Explorer settings and checked the option box to add recently used files to Quick access.
Don't worry, it doesn't stick. Or you can uncheck the box later.
Then restart Explorer, and drag-drop to and from left Explorer pane is back for me!
I was going to add caveat that this kind of experimenting will get you in trouble sooner than later,
but then MS kind of does that for us, though with more cunning and knowledge.
...so now just wait for the next forced update to reshuffle everything in random ways...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment