Register DLLs and OCXs in the context menu registry
This tweak will add some handy shortcuts to the right click (context) menu for DLL and OCX files. It will add the ability to register or unregister files easily.
Customize this registry
Windows Registry Editor Version 5.00 ; Register DLLs and OCXs in the context menu registry ; Generated by RegFiles.net ; https://www.regfiles.net/registry/register-dlls-and-ocxs-in-the-context-menu-registry [HKEY_CLASSES_ROOT\dllfile\shell\Register\Command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\dllfile\shell\Unregister\Command] @="regsvr32.exe /u \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\shell\Register\Command] @="regsvr32.exe \"%1\"" [HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\Command] @="regsvr32.exe /u \"%1\""
The reverse of this registry is generated automatically.
If you have other apps or games by the same company or
developer, this may also remove registry required for
those, too. Please check the registry below before using
it.
Windows Registry Editor Version 5.00 ; Register DLLs and OCXs in the context menu registry ; Generated by RegFiles.net ; https://www.regfiles.net/registry/register-dlls-and-ocxs-in-the-context-menu-registry [-HKEY_CLASSES_ROOT\dllfile\shell\Register\Command] [-HKEY_CLASSES_ROOT\dllfile\shell\Unregister\Command] [-HKEY_CLASSES_ROOT\ocxfile\shell\Register\Command] [-HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\Command]