Zeos
2004-07-08 19:50:07 UTC
registering or unregistering ocx, dll, ax files with a single click
below is a reg file that will allow you to add the register or
unregister commands to the right-click menu. This is great when you
need to unregister a bad codec like one from nero. Just copy the
below (not ***) to notepad, save it as regdll.reg, then open(merge)
the regdll.reg file that you just saved, say yes when it asks you.
Darren
**************************************************************
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ocxfile\Shell]
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register]
@="OCX Register"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister]
@="OCX Unregister"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"
[HKEY_CLASSES_ROOT\dllfile\Shell]
[HKEY_CLASSES_ROOT\dllfile\Shell\Register]
@="DLL Register"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister]
@="DLL Unregister"
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"
[HKEY_CLASSES_ROOT\.ax]
[HKEY_CLASSES_ROOT\.ax\Shell]
[HKEY_CLASSES_ROOT\.ax\Shell\Register]
@="AX Register"
[HKEY_CLASSES_ROOT\.ax\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\.ax\Shell\Unregister]
@="AX Unregister"
[HKEY_CLASSES_ROOT\.ax\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"
below is a reg file that will allow you to add the register or
unregister commands to the right-click menu. This is great when you
need to unregister a bad codec like one from nero. Just copy the
below (not ***) to notepad, save it as regdll.reg, then open(merge)
the regdll.reg file that you just saved, say yes when it asks you.
Darren
**************************************************************
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ocxfile\Shell]
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register]
@="OCX Register"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister]
@="OCX Unregister"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"
[HKEY_CLASSES_ROOT\dllfile\Shell]
[HKEY_CLASSES_ROOT\dllfile\Shell\Register]
@="DLL Register"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister]
@="DLL Unregister"
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"
[HKEY_CLASSES_ROOT\.ax]
[HKEY_CLASSES_ROOT\.ax\Shell]
[HKEY_CLASSES_ROOT\.ax\Shell\Register]
@="AX Register"
[HKEY_CLASSES_ROOT\.ax\Shell\Register\Command]
@="rundll32.exe \"%1\",DllRegisterServer"
[HKEY_CLASSES_ROOT\.ax\Shell\Unregister]
@="AX Unregister"
[HKEY_CLASSES_ROOT\.ax\Shell\Unregister\Command]
@="rundll32.exe \"%1\",DllUnregisterServer"