Re: Version information in Explorer's File Details Tab

Tech-Archive recommends: Fix windows errors by optimizing your registry




just copy the registry keys:

[HKEY_CLASSES_ROOT\SystemFileAssociations\.dll]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.dll]

and use ".8BF" as key name instead of ".dll"

The easiest way to export the keys, rename .dll to .8BF and re-import
the export. Make sure, that no explorer instance is open, that displays
DLL or 8BF files when you do this!

I have done this successfull with AutoCAD ARX and DBX files, which are
DLLs.
I suppose it's the same thing with 8BFs.


--
brazil42
Posted via http://www.vistaheads.com

.



Relevant Pages

  • Re: Cant load device with KITL?
    ... The CAN.dll registry keys are like this: ... Bruce.Eitman AT EuroTech DOT com ... The component Target Control Support is also addded. ... I also can acess the Release folder on my target, and se the Dll ?? ...
    (microsoft.public.windowsce.platbuilder)
  • Re: ActiveX Function Calling and file structure.
    ... > registry keys. ... I found online that I should use the ... > everything compiling fine, but when I execute the dll, nothing ...
    (microsoft.public.vc.atl)
  • Re: Question re .NET DLL Deployment
    ... Interop Registry Keys' ... ... it seems that Wise is kind of intelligent about this. ... If the DLL ... 'Generate COM Interop Registry Keys' for each .NET DLL which I had ...
    (microsoft.public.dotnet.general)
  • Re: user-mode audio DLL installation
    ... implement all audio functionaly yourself in your DLL, ... SYSAUDIO is used if you have a kernel-mode audio driver. ...
    (microsoft.public.development.device.drivers)
  • Re: MS Detours system wide / global hook
    ... This can be done with a kernel driver with a process creation notify mechanism which notifies usermode about every new process being created which then can inject its DLL into the new process. ... There are also registry keys which allows you to register your DLLs which get injected into every process being created but I believe this only works for processes with a GUI. ... what loads detours into some process the instance that process is ...
    (microsoft.public.win32.programmer.kernel)