×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

WinXP Quirks

Cannot drag/drop icons or files on desktop or in windows explorer by exoticspice
Posted: 26 Jun 04

  This is a small quirk I have seen in Windows XP (several) times now:  inability to drag and drop files (or icons) in the Windows XP user interface (Windows Explorer or the desktop.  What causes it?  Sometimes has to do with installation of new hardware (particularly mice), sometimes may follow installation of new registry editing software, sometimes the cause is unknown.

  Here's a good solution that has worked for me every time now:

  1. Create a backup of your registry! :)
  2. Copy the text from the code box (below) into an instance of notepad (or another pure text editor).
  3. Save the text as "dragdropfix.reg"
  4. Double click on the file in Windows to merge it with the registry.
  5. The drag-drop issue should be repaired.

CODE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}]
@="IDataObject"

[HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\NumMethods]
@="12"

[HKEY_CLASSES_ROOT\Interface\{0000010e-0000-0000-C000-000000000046}\ProxyStubClsid32]
@="{00000320-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}]
@="oleprx32_PSFactoryBuffer"

[HKEY_CLASSES_ROOT\CLSID\{00000320-0000-0000-C000-000000000046}\InprocServer32]
@="C:\\WINDOWS\\system32\\ole32.dll"
"ThreadingModel"="Both"



Back to Microsoft: Windows FAQ Index
Back to Microsoft: Windows Forum

My Archive

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close