Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot drag/drop icons or files on desktop or in windows explorer

WinXP Quirks

Cannot drag/drop icons or files on desktop or in windows explorer

by  exoticspice  Posted    (Edited  )
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:

[ol]
[li][color red yellow]Create a backup of your registry! :)[/color][/li]
[li]Copy the text from the code box (below) into an instance of notepad (or another pure text editor).[/li]
[li]Save the text as "dragdropfix.reg"[/li]
[li]Double click on the file in Windows to merge it with the registry.[/li]
[li]The drag-drop issue should be repaired.[/li]
[/ol]

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"


Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top