Problem In Programming Registry

Home Forums Discussions General Problem In Programming Registry

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5199
    shakuni
    Participant

      I have a tool that scans(parses) the registry for invalid entries and deletes them.
      I looked for things that are considered as “invalid registry entries” and found many things that comes in the criteria, like following-

      Missing shared dlls
      Unused file extensions
      activex issues
      COM issues
      class (Invalid or empty class) issues
      MUI cache
      etc.

      My question is that how can I determine wheather an entry in a registry is invalid or not according to above criteria.

      #6611
      Vadim Smirnov
      Keymaster

        An example, every registered COM DLL have a relative registry entry. It may happen that the COM DLL is removed from disk but the registry entry still exists. So you take the registry entry and check if it points to the existing DLL, if not then this registry entry is invalid.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.