Windows 10: Windows Search - how to see full file name and path?

Discus and support Windows Search - how to see full file name and path? in Windows 10 Gaming to solve the problem; When I search Windows using the search bar in an Explorer window I can almost never see the full file name even if I have plenty of window space to... Discussion in 'Windows 10 Gaming' started by DustinParsons, Aug 19, 2022.

  1. Windows Search - how to see full file name and path?


    When I search Windows using the search bar in an Explorer window I can almost never see the full file name even if I have plenty of window space to show it - see the example below.First Question: How do I see the full file name of the files WITHOUT having to hover my mouse over the name and wait for it to show up? Second question: How do I get the files to show their path like folders do? I want to see the full file name and path for files when I search. Is this possible?

    :)
     
    DustinParsons, Aug 19, 2022
    #1
  2. slozomby Win User

    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Aug 19, 2022
    #2
  3. Windows 10 search for a specific folder name and file name

    Carlos: Thanks for your reply. What you suggest is what I have been doing. I search for folders with a specific name and get a list. Then I have to search each folder for a specific file. So it's a two step search and that's what I was trying to avoid.

    I assume there are applications out there that allow for an "AND" search in Windows. I'll try that approach.

    Thanks, again.
     
    MarkMcDonough45, Aug 19, 2022
    #3
  4. Windows Search - how to see full file name and path?

    Add a path to $PATH?

    what exactly do you need to decipher about that path line? also, what are you installing? perhaps i can help.
     
    Easy Rhino, Aug 19, 2022
    #4
Thema:

Windows Search - how to see full file name and path?

Loading...
  1. Windows Search - how to see full file name and path? - Similar Threads - Search full file

  2. Show full path in the 'Folder' column when searching, instead of folder name + path

    in Windows 10 Gaming
    Show full path in the 'Folder' column when searching, instead of folder name + path: In explorer, if I search for something, say "Fallout4*.ini" in my Steam library, my search results in Details view look like this:NameDate modifiedType SizeFolderFallout4_Default.ini13/10/2021 15:05Configuration settings3 KBFallout 4...
  3. Show full path in the 'Folder' column when searching, instead of folder name + path

    in Windows 10 Software and Apps
    Show full path in the 'Folder' column when searching, instead of folder name + path: In explorer, if I search for something, say "Fallout4*.ini" in my Steam library, my search results in Details view look like this:NameDate modifiedType SizeFolderFallout4_Default.ini13/10/2021 15:05Configuration settings3 KBFallout 4...
  4. Show full path in the 'Folder' column when searching, instead of folder name + path

    in Windows 10 Customization
    Show full path in the 'Folder' column when searching, instead of folder name + path: In explorer, if I search for something, say "Fallout4*.ini" in my Steam library, my search results in Details view look like this:NameDate modifiedType SizeFolderFallout4_Default.ini13/10/2021 15:05Configuration settings3 KBFallout 4...
  5. Windows Search - how to see full file name and path?

    in Windows 10 Software and Apps
    Windows Search - how to see full file name and path?: When I search Windows using the search bar in an Explorer window I can almost never see the full file name even if I have plenty of window space to show it - see the example below.First Question: How do I see the full file name of the files WITHOUT having to hover my mouse...
  6. File search and path folder

    in Windows 10 Network and Sharing
    File search and path folder: Hi all, i have windows 10 and I'm connected to others PC, also with windows 10.When I search a file in my computer, or in the PC-X, the results correctly shows the path folder under "Folder".When I search a file in PC-Y of the network, it finds the files but dosen't show the...
  7. File search and path folder

    in Windows 10 Software and Apps
    File search and path folder: Hi all, i have windows 10 and I'm connected to others PC, also with windows 10.When I search a file in my computer, or in the PC-X, the results correctly shows the path folder under "Folder".When I search a file in PC-Y of the network, it finds the files but dosen't show the...
  8. How to get full filename and path of files

    in Windows 10 Network and Sharing
    How to get full filename and path of files: I am using Windows 10. I have a directory with many subfolders. I want to get a list of all the files full path in all the subdirectories. For example, C:\Parent Directory\Sub Directory\My File.txt I want to put all these file names and their directories into a text...
  9. How to display full file path in Wndows Explorer

    in Windows 10 Support
    How to display full file path in Wndows Explorer: There is a tutoral on this issue, but it doesn't solve the central problem, which is, where is the folder? I mean, which drive is it on? The image shown in the tutoral gives the file path as beginning with "This PC". But WHERE on this PC? My PC has several drives, and...
  10. How to get/display full path *and* file name of a file?

    in Windows 10 Support
    How to get/display full path *and* file name of a file?: Hi All, Any way to get/display the full path and file name of a file? It's easy to get the full path, but I want to get the path and file name. I know I can grab them separately. Can I get them together? How? I did a google and youtube search and didn't find any hits....