<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - LibO 6: Windows 10 content indexing does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130320#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - LibO 6: Windows 10 content indexing does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130320">bug 130320</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>(In reply to Michail Pappas from <a href="show_bug.cgi?id=130320#c3">comment #3</a>)

<span class="quote">> I'm not sure of how one finds the GUID of the filter. Perhaps it's
> 7BC0E710-5703-45BE-A29D-5D46D8B39262 ?
> </span >

Yes that GUID is the correct CLSID, inherited by the LibreOffice source from
OOo (circa 2004), HKCR\CLSID\{7BC0E710-5703-45BE-A29D-5D46D8B39262} [1]. With a
persistent handler of HKCR\CLSID\{7BC0E713-5703-45BE-A29D-5D46D8B39262}

In a typical install placed at: C:\Program
Files\LibreOffice\program\shlxthdl\ooofilt.dll, though refactored a little
since for WIN32_LEAN_AND_MEAN 32bit/64bit building.

On the other hand, believe the MS Office 2010 filter pack provided filter looks
to be labeled "Open Document Format [ODT|ODS|ODP] Filter" provided by
odffilt.dll installed on this path:
C:\Program Files\Common Files\Microsoft Shared\Filters\odffilt.dll

ODT assigned {9FBC2D8F-6F52-4CFA-A86F-096F3E9EB4B2}
with a Persistent Handler {34CEAC8D-CBC0-4f77-B7B1-8A60CB6DA0F7}

ODS assigned {E2F5480E-ED5A-4DDE-B8A8-F9F297479F62}
with a Persistent Handler {3DDEB7A4-8ABF-4D82-B9EE-E1F4552E95BE}

ODP assigned {4693FF15-B962-420A-9E5D-176F7D4B8321}
with a Persistent Handler {E2F83EED-62DE-4A9F-9CD0-A1D40DCD13B6}


So, should note that the "Windows Explorer Extension" is an optional component
of a LibreOffice installation for Windows builds, and is enabled by default for
interactive install. But possible a scripted or GPO deployment might have it
disabled. And the MS Office filters might get activated.  

So, check the "work" computer(s).

=-ref-=
[1]
<a href="https://opengrok.libreoffice.org/xref/core/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx?r=3fbfb21e#1139">https://opengrok.libreoffice.org/xref/core/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx?r=3fbfb21e#1139</a>

The filter retains the same GUID/CLSID but were originally named
"OpenOffice.org Filter" and "OpenOffice.org Persistent Handler"</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>