Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Registry Entries to Create Context Menu for DLL and OCX Files

RSS
Modified on Fri, Feb 06, 2009, 11:17 PM by Administrator Categorized as Windows Registry
REGEDIT4

[HKEY_CLASSES_ROOT\dllfile\Shell]

[HKEY_CLASSES_ROOT\dllfile\Shell\Register]

[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="RegSvr32 \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister]

[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\command]
@="RegSvr32 /u \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\View Dependencies]

[HKEY_CLASSES_ROOT\dllfile\Shell\View Dependencies\command]
@="C:\\PROGRA~1\\MICROS~4\\Common\\Tools\\DEPENDS.EXE /dde"

[HKEY_CLASSES_ROOT\dllfile\Shell\View Dependencies\ddeexec]
@="[open(\"%1\")]"

[HKEY_CLASSES_ROOT\ocxfile\shell]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="RegSvr32 \"1\""

[HKEY_CLASSES_ROOT\ocxfile\shell\Unregister]

[HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\command]
@="RegSvr32 /u \"%1\""

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies]

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies\command]
@="C:\\PROGRA~1\\MICROS~4\\Common\\Tools\\DEPENDS.EXE /dde"

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies\ddeexec]
@="[open(\"%1\")]"

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.