Windows 10: Search contents of files with dynamic extensions

Discus and support Search contents of files with dynamic extensions in Windows 10 Support to solve the problem; Hello, Let me preface this by saying that I do not have administrator rights to the machine I'm asking about. I will need to get IT Support to... Discussion in 'Windows 10 Support' started by mikelee101, Oct 6, 2016.

  1. Search contents of files with dynamic extensions


    Hello,

    Let me preface this by saying that I do not have administrator rights to the machine I'm asking about. I will need to get IT Support to actually fix this for me, but they sort of looked at me with their eyes glazed over when I tried to explain it to them. So, I figured I'd see if anyone here can give me some step-by-step instructions that I can provide to the folks with the password so that we can get this working.

    We have systems that pass information back and forth via xml. Periodically, I have to find a certain file, and the information that I have is never part of the file name. The folders in question have "Allow files in this folder to have contents indexed in addition to file properties" checked, and the files within the folders have "Allow this file to have contents indexed in addition to file properties" checked. The folders are on a network share, and System has Full Control.

    When I search for something that I know is in the contents of a file, nothing is found. I believe this has to do with the way windows searches various file types. I know that this is configurable in the Indexing Options (which I don't have access to), but here is the part I don't know how to handle.

    When the systems exchange the xml files, they append a number to it. Unfortunately, it's appended to the file extension. Here's an example of what the files look like in one of the folders:



    Search contents of files with dynamic extensions [​IMG]


    (hopefully that image is bigger in the post than it is in the compose window. can't figure out how to resize it.)

    The file extensions are things like:

    XML_4501316
    XML_4504951
    XML_4624566

    It would be impossible to add every file extension to the Indexing Options list. So, my question is, does anyone know a way that Windows 10 can be configured so that I can search the contents of these files? And can it be done in one fell swoop by the IT Support group such that it works after that? (i.e. a solution that requires me to change a setting before I search every time won't work.)

    If it matters; Win10Pro, 64 bit (I think they're all 64, but just in case).

    Thanks to anyone who has a suggestion. I would love a solution that doesn't require me to open hundreds of files to ctrl + f in them.

    Mike

    :)
     
    mikelee101, Oct 6, 2016
    #1
  2. lorenrex Win User

    Search on Windows 10 does not find content in emails, contacts, calendar items or OneNote

    Same problem. I cannot search emails or email archives. I even set the PST file extension to index both the Properties and File Contents.
     
    lorenrex, Oct 6, 2016
    #2
  3. Vlad0 Win User
    How one can associate a given extension (.torrent) to a certain program (utorrent)?

    In fact, the reg file above is not complete. The complete reg file for .torrent is:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER]

    "uTorrent_.torrent"=dword:00000000

    "Applications\\uTorrent.exe_.torrent"=dword:00000000

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.torrent]

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.torrent\OpenWithList]

    "a"="uTorrent.exe"

    "MRUList"="ab"

    "b"="a"

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.torrent\OpenWithProgids]

    "uTorrent"=hex(0):

    [HKEY_CURRENT_USER\SOFTWARE\Classes\.torrent]

    @="uTorrent"

    "Content Type"="application/x-bittorrent"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\.torrent\OpenWithProgids]

    "uTorrent"=""

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrent]

    "Extension"=".torrent"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrent-app]

    "Extension"=".btapp"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrent-appinst]

    "Extension"=".btinstall"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrent-key]

    "Extension"=".btkey"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrent-skin]

    "Extension"=".btskin"

    [HKEY_CURRENT_USER\SOFTWARE\Classes\Mime\Database\Content Type\application/x-bittorrentsearchdescription+xml]

    "Extension"=".btsearch"

    [HKEY_CLASSES_ROOT\.torrent]

    @="uTorrent"

    "Content Type"="application/x-bittorrent"

    [HKEY_CLASSES_ROOT\.torrent\OpenWithProgids]

    "uTorrent"=""

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrent]

    "Extension"=".torrent"

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrent-app]

    "Extension"=".btapp"

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrent-appinst]

    "Extension"=".btinstall"

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrent-key]

    "Extension"=".btkey"

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrent-skin]

    "Extension"=".btskin"

    [HKEY_CLASSES_ROOT\Mime\Database\Content Type\application/x-bittorrentsearchdescription+xml]

    "Extension"=".btsearch"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrent]

    "Extension"=".torrent"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrent-app]

    "Extension"=".btapp"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrent-appinst]

    "Extension"=".btinstall"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrent-key]

    "Extension"=".btkey"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrent-skin]

    "Extension"=".btskin"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type\application/x-bittorrentsearchdescription+xml]

    "Extension"=".btsearch"

    This reg file guarantees the appearance of .torrent in the list of extensions,

    but, unfortunately, I failed to set up the prog utorrent as default for this extension and the list

    "Open with" is empty for torrent files Search contents of files with dynamic extensions :( Though utorrent is present in registry (see the key

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.torrent\OpenWithList]

    "a"="uTorrent.exe" above).
     
    Vlad0, Oct 6, 2016
    #3
  4. axe0 New Member

    Search contents of files with dynamic extensions

    Hi mikelee101,

    When you search in explorer there is a tab added (see pic below)
    In the 'Search' tab, click 'Advanced options' and choose 'File contents' from the list.
    Attachment 104861
     
    axe0, Oct 7, 2016
    #4
  5. jimbo45 Win User
    Hi there

    Not sure if i've understood the question - but if I have can't you do a generic search on *-xml-* or something like that.

    Another possibility is to import the whole kybosh into EXCEL and then you've got any way of searching etc.

    IMO it seems a bit crazy having these files transmitted as individual files -- surely some sort of Database is better then you've got SQL and other querying methods available --but without knowing the applications it's difficult to know. (SAP PI/XI being used for file transfer maybe ?? or similar for information exchange between systems).

    I'd have a look first at using EXCEL --seems the easiest IMO.

    Cheers
    jimbo
     
    jimbo45, Oct 7, 2016
    #5
  6. dalchina New Member
    Hi, Locate32 indexed search can at least find your extensions using a wild card search:


    Search contents of files with dynamic extensions [​IMG]


    I don't know if other tools like Everything and Ultrasearch can do that (more modern).

    All allow indexed search of files to be done based on fast indexing. The index is updated automatically + manually.

    Locate32 can also search text content (not indexed unlike Windows search).
    (I happened to use txt not xml - will work equally).
     
    dalchina, Oct 7, 2016
    #6
  7. Thanks Axe0. However, that option is already checked. That option only tells explorer how to search in unindexed locations. Since the location I'm searching is indexed, then explorer looks at file contents by default. Unfortunately, it only looks at file contents of file types you tell it to look at, and since I have all these dynamic file types (i.e. extensions) it gets confused. For what it's worth, I can find files by contents in those same folders if they are other file types (.bak for example), so I know the functionality is working. It's just the inability to search contents of file types I can't explicitly specify that's muddying up the waters, so to speak.
     
    mikelee101, Oct 8, 2016
    #7
  8. Search contents of files with dynamic extensions

    Thank you dalchina. Everything says it does not search file contents, and Locate32 says it's not designed to, but says "it has a primitive feature to do this." Ultrasearch, however, looks very promising. I'll need to test drive it on my home computer (where I can install stuff) and if it looks like it fits the bill ask the password people to put it on my work computer.

    Thank you for the suggestions. I'll let you know how it/they pan out.

    Mike
     
    mikelee101, Apr 4, 2018
    #8
Thema:

Search contents of files with dynamic extensions

Loading...
  1. Search contents of files with dynamic extensions - Similar Threads - Search contents files

  2. Windows Search not searching contents for certain extensions

    in Windows 10 Network and Sharing
    Windows Search not searching contents for certain extensions: Been looking for this for several days.I have a couple of file extensions that Window's search is not searching contents for? .kjb and .kjrIf I change the extention to .txt if finds it based on the contents of the file. I even went so far as to make a copy and change the...
  3. Windows Search not searching contents for certain extensions

    in Windows 10 Gaming
    Windows Search not searching contents for certain extensions: Been looking for this for several days.I have a couple of file extensions that Window's search is not searching contents for? .kjb and .kjrIf I change the extention to .txt if finds it based on the contents of the file. I even went so far as to make a copy and change the...
  4. Windows Search not searching contents for certain extensions

    in Windows 10 Software and Apps
    Windows Search not searching contents for certain extensions: Been looking for this for several days.I have a couple of file extensions that Window's search is not searching contents for? .kjb and .kjrIf I change the extention to .txt if finds it based on the contents of the file. I even went so far as to make a copy and change the...
  5. Searching contents of files

    in Windows 10 Network and Sharing
    Searching contents of files: How do I search the contents of files, when in a window, on my Win 10 PC? https://answers.microsoft.com/en-us/windows/forum/all/searching-contents-of-files/fcfa5df8-ea72-4a64-8ef5-143da56bb26e
  6. Searching contents of files

    in Windows 10 Gaming
    Searching contents of files: How do I search the contents of files, when in a window, on my Win 10 PC? https://answers.microsoft.com/en-us/windows/forum/all/searching-contents-of-files/fcfa5df8-ea72-4a64-8ef5-143da56bb26e
  7. Searching contents of files

    in Windows 10 Software and Apps
    Searching contents of files: How do I search the contents of files, when in a window, on my Win 10 PC? https://answers.microsoft.com/en-us/windows/forum/all/searching-contents-of-files/fcfa5df8-ea72-4a64-8ef5-143da56bb26e
  8. File content search not working

    in Windows 10 Software and Apps
    File content search not working: Hello, file content search is not working, I have many MS Word documents, all of them have unique code in it, trying to find files using that code, but it is not working anymore, that started like 1 week ago. System is Windows 10, 21H2. Tried rebuilding search indexing, but...
  9. Windows search does not look into the file contents of files with .properties extension

    in Windows 10 Customization
    Windows search does not look into the file contents of files with .properties extension: Recently upgraded to Windows 10 Enterprise post which windows search seems to be working intermittently. When searching for files, it only returns files which matches the file names, but file contents are not checked this is only for files with .properties extension. Have...
  10. Searching for contents of file NAME not the contents of files?????

    in Windows 10 Ask Insider
    Searching for contents of file NAME not the contents of files?????: I have maybe 500 files in a folder, one file for each model of our products. The thing about the model names is that the number of the model is at the end of the file name, like C19QZHW203 and the name of the next model number might be C19WRZT204, in other words, I cant sort...