Wednesday, November 10, 2010

Can't Drag and drop

Can´t drag and drop in Windows XP

Possible solutions:


1. Rigth click start menu > proprieties > customize > advanced start menu options > enable dragging and dropping

2. Run Ccleaner cleaner and registry

3. Start > run > dcomcnfg > component services > computers > my computer > right click proprieties > com security > edit default > should have system and interactive groups (add it if any is missing) > reboot

4. Install latest InteliMouse drivers > reboot http://www.microsoft.com/hardware/download/download.aspx?category=mk

My options were: mouse – basic optical mouse – windows xp 32 bits - English

5. Start > run > SFC /scannow > reboot

6. Start > run > notepad > copy paste the following > save as: dragdropfix.bat > run it > reboot:

regsvr32 urlmon.dll
regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll

7. Start > run > notepad > copy paste the following > save as: dragdropfix.reg > run it > reboot:

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"