broken-e,
I'm using the Administrator's account on Win 7 SP1 (Home Premium) 64-bit, but all attempts to register DragDropInterceptor_64.dll keep resulting in the following ERROR msg:
The module "DragDropInterceptor_64.dll" failed to load. [... blah blah ...] The specified module could not be found.
The last section below outlines the various pathways that I tried. The supplied screenshot applies to pathway 2 & 3. However, the same error is obtained for pathway 1, regardless of where the DragDropInterceptor folder is pasted at the system drive.

I have no problems registering or de-registering other DLLs. Could it be a dependency issue wrt DropDropInterceptor DLLs ? That is, does your DLL require dependent DLL(s) that is/are not found in Win 7 SP 1 Home Premium ? If yes, what are the requisite DLL(s)
?
Pathways that I attempted to register the DLL file:-
(1) Download zip file from your homepage
- Right-click & unlock zip file
- Unzip file & paste folder to system drive (alternate try: Windows\System32)
- Take ownership of DragDropInterceptor_64.dll in folder
a) Run register.bat as Administrator in same folder > ERROR
b) Run register.bat as System in same folder > ERROR
c) Run Command Prompt as Administrator > cd to DragDropInterceptor folder > regsvr32 DragDropInterceptor_64.dll > ERROR
(2) Paste only DragDropInterceptor_64.dll obtained from unzipped (1) into
Windows\System32
a) Run Command Prompt as Administrator > cd Windows\System32 >regsvr32 DragDropInterceptor_64.dll > ERROR
b) Windows Run > "%windir%\system32\regsvr32.exe" DragDropInterceptor_64.dll > ERROR
(3) Download only DragDropInterceptor_64.dll file directly from
github
- Right-click & unlock DLL file
- Paste DLL file into Windows\System32 folder
a) Run Command Prompt as Administrator > cd Windows\System32 >regsvr32 DragDropInterceptor_64.dll > ERROR
b) Windows Run > "%windir%\system32\regsvr32.exe" DragDropInterceptor_64.dll > ERROR
I even tried pasting & registering DragDropInterceptor_64.dll at the
*Windows* SysWOW64 folder, but the same error occurs. System simply won't recognize any of the DragDropInterceptor DLLs that you provided.
