How to show the LOCATION of the search results file (drive > folder) that used to make Windows XP?

Search works well in all indexed locations. However, when you click on "see more results", you get a huge list of random hits in alphabetical order. It's not exactly a blessing:

  • because you know not the title if it's the document or image that you want to or not, it would be useful to know the name of the folder it contains and on which drive this file can be found.
  • XP would provide the location of the file and the title of a column in another column. This is the behavior I want to make the default for searches.
  • If you double-click an entry to select it, you agree to this one, it opens and you lose all your search results (if you guessed wrong, you need to perform a new search).
  • the only way to learn the location of an item is to right-click and choose "Open file location" but it is very tedious when you get a lot of results.

Is there a way to change the way in which the "see more results" window displays the results?

Hi Tachi,

To see the path of the files, right-click on the search window, goto view , then select Details.

If you want to save the current search, click on save search.

Kind regards

Vinoth Santana

MCSA | MCSE | MCTS | MCITP

Tags: Windows

Similar Questions

  • How to clear the search results in an af:table?

    Hi all
    I use Jdeveloper 11 g with ADFBC.

    I have a query with a table of readonly page to display the result of the query, and there is a "Reset" button on the page (NOT reset in motion control) to clear the search results in the table.
    I try the following code to clear the contents of the search results, BUT it does not work. The data in the table is always run after the code below here.
    DCIteratorBinding binding = ADFUtils.findIterator("UserVO1Iterator");
    if (binding!=null) {
        binding.clear();
    }
    Can someone help me? How to clear the contents in an af:table supporting the Java bean code?

    Kind regards
    Samson Fu

    You can also try to call the method executeEmptyRowSet() on the view of the iterator object instance

    Sample:

    binding.getViewObject().executeEmptyRowSet()
    

    Jean Lou

  • How to export the search results to Excel

    Hi all

    Our client needs features to export the search results to Excel (metadata)
    Feature of IE (right click-> export to excel) does not work properly - delimiter converts empty column in the excellent columns.
    Having someone met solution for this feature.

    Thank you
    Leon

    Hi Leon,

    For this feature, you can enable RM on the server of the University Complutense of MADRID in stand-alone mode that gives search results export to excel function.

    Not only that you can export the contents of a variety of formats such as PDF, XLS, and 2-3 more.

    Thank you
    Srinath

  • How to do the search results pane look like a normal folder pane? That is to say, no "Preview".

    When you are looking for an individual no matter what, the results on the right include an overview of each email. I desperately need a view as in a normal folder, IE, a list of subject/sender/data/data/location with a normal preview of the file selected below. Is this possible?

    Please say yes & thank you in advance!
    

    Bobby, aka olegreybeard

    Matt says-

    "Not initially, but click on the show as a list in the middle of the top of the list of overview to get what you want."

    OK, this is the text 'Open the e-mail as a list' (which is _not_ show as a button) on the line from the top of the results page. Cool. By clicking on, he opened a new tab with the results. I had to then right click on the displayed columns (sender/date etc.) to add 'location' which adds the folder that contains the items.

    Hope that clarifies for you too, Gnospen. -FWIW, I use the version 24.3.0

    Thank you, Matt.

    If I can figure out how, I'll mark this one resolved.

    Bobby

  • How to improve the search function on a VerticalFieldManager that contains custom managers

    I have a screen with a VerticalFieldManager for a list of custom managers holding.

    The screen also contains an EditField that behaves like a search field, when the user enters the text, my app looping through an array of custom managers and compares the text entered with the text of all managers in the table.

    If the text of a Manager matches the input string, I add this handler to the VerticalFieldManager.

    Here are the relevant parts of my code:

    EditField _editField.
    TempBeanPlaces [] _placesList;
    VerticalFieldManager _vfmCellPlaces;

    ....

    This is the constructor of TemBeanPlaces:

    public TempBeanPlaces (String pPlaceName, CellPlaceManager pCellPlaceManager) {}
    placeName = pPlaceName;
    cellPlaceManager = pCellPlaceManager;
    }
    ...

    And this code handles the research:

    _editField.setChangeListener (new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    String text = _editField.getText () .toLowerCase ();
    _vfmCellPlaces.DeleteAll ();
    for (int i = 0; i)< _placeslist.length;="" i++)="">
    TempBeanPlaces tempBeanPlaces = _placesList [i];
    If (tempBeanPlaces.getPlaceName () .toLowerCase (). IndexOf (Text)! = -1) {}
    _vfmCellPlaces.Add (tempBeanPlaces.getCellPlaceManager ());
    }
    }
    updateLayout();
    }
    });

    This works well when the _placesList table is not too big (length of 50, for example), otherwise the application becomes too slow.

    How can I optimize my code for large quantities of custom managers? For example, in the case, the table contains 600 elements.

    I really need to improve this feature. I just read on the ListField in BlackBerry, but since I have this code, maybe I need to rewrite all with ListFields.

    Thanks in advance!

    The biggest problem with update fields as it is time to layout, fields that are added.  If you add such a moment, then each addition will cause a layout.  Instead, you use addAll to add an array of items, or you can also add all of your items to a single Manager, and then add the Manager.  Then the layout occurs only once.

    In your code, the option would be to add managers selected to a vector, transform the vector into an array, then use addAll.

    You don't need the updateLayout().

    That said, more you add them fields, more processing will be available anyway, then perhaps you are trying to add more elements than even this optimization will execute quickly.  If this optimization does not work enough, then you will need to look in a different way, say 'paging' results, then the display doesn't show that the top 25 and the user can 'add more '.  This 'Exchange' is a good approach in my experience, because users will rarely scroll 25, when they can make another research that could give them better results.

    Finally, and to be on par with the comment of Simon, ListField is an extremely effective area because it is a unique field, so layout is easy, and he's not trying to paint lines until they are actually displayed on the screen.  So in your case, you have three options:

    (1) addAll

    (2) paging

    (3) ListField

    Let us know how you go.

  • How to sort the search results on several critiria

    We use 10gr 3 of the Complutense University of MADRID and on our search results page would like to sort the results returned based on several criteria. For example, first sort us on a field with possible values 1-9, then sort by modified date.

    Currently, we have:

    <!-$ SortField = "xCustom"->
    <!-$ SortOrder = "DESC"->
    <!-$executeService ("SS_GET_SEARCH_RESULTS")->
    But it seems that if I place another set of these as:


    <!-$ SortField = "xCustom"->
    <!-$ SortOrder = "DESC"->
    <!-$ SortField = "dInDate"->
    <!-$ SortOrder = "DESC"->
    <!-$executeService ("SS_GET_SEARCH_RESULTS")->

    The sort will be performed just on the second set.

    I found sortspec, but where example it returns results when you use the following is not:

    <!-$ SortSpec = "dInDate DESC DESC xCustom"->
    <!-$executeService ("SS_GET_SEARCH_RESULTS")->

    Does anyone have experience with this?

    I thank in advance.

    I think you have the syntax for this evil. It is rather SQL than anything

    for example

    OR

    Have you watched the MultiSort component?

    http://www.Oracle.com/technetwork/middleware/content-management/Multisort-10G-134216.zip

    Hope you're going to get

    Tim

  • Can't see how to set the search results for UK only

    When searching in Firefox, I used to be able to click on 'Search tools' and find only options for 'any country' or 'UK '. This is more so I'll have to trawl through a lot of unnecessary stuff when I want something local. Can I get that back

    I think that Google has stopped redirect EN - GB users automatically from .com to. co.uk for a reason any. When you're on .com, you really don't get country-specific options.

    What I suggest is to install a plugin of U.K. research directed to the next page and make that your default value:

    http://mycroftproject.com/Google-search-plugins.html

    One titled "Google UK - the UK (SSL)" sounds like the best match for you.

    Does it work?

  • How to show the menu bookmark black in FF 29.1 o/s Windows 7?

    I have fixed all my problems with new FF 29.1, except one, I usually use 4 Noia, but it is no longer available in FF 29.1. When you use Noia 4, I was able to have a black background with white writing in my bookmark menu. I am now using the solid black by MaDonna, but it don't exchange not the color of the menu bookmark is there a way to get around this, because it was much easier for me to read with my bad eyesight. Any help would be appreciated gratefully through my eyes and me. Cheers and thanks a lot to anyone who takes the time to read this and may help with the problem.

    As I said in your other thread, (AKA light themes, personas) themes change only the bottom of the toolbars. You need a complete theme if you want to change the background of the menus, or the appearance of the buttons.

    Regarding the alternatives of Noia 4, Noia Fox and Nuvola FF are available, but is not a dark theme.

    Original answer:

  • How to fix the error deleting file or folder-access denied

    attempt to delete video file

    Start safe mode and try. If that does not do it, make sure that you have the rights for the file.

    How to capture a file or a folder in Windows XP
    http://support.Microsoft.com/kb/308421

    And there is always this.

    Unlocker
    http://ccollomb.free.fr/Unlocker/

    Bruce Hagen
    MS - MVP October 1, 2004 ~ September 30, 2010
    Imperial Beach, CA

  • URLs are hidden in the search result

    Hello

    I have a problem with the search results. I mean that the URL of the search results are hidden and I can't see them. Either way, Internet explore, I have no problem with the results. I did a screen capture to see my problem.
    mozilla ptrscn.

    the problem solved when I delete my Google account +...

  • I am a beginner using Muse. Google shows all pages menu in the search results and all texts on these pages. How to just display the home page?

    I am a beginner using Muse. Google shows all pages menu in the search results and all texts on these pages. How to just display the home page?

    Thank you. I thought I created my Muse wrong site.

  • How to move the search return bar to the previous version?

    Using the latest update of Firefox gave me a new search bar, one where I can't change quickly, search engines to the contrary having to go into a menu to do so. This is detrimental for me since I use each search engine search suggestions, I installed. I can't do that. How to move the search return bar to the previous version?

    I found a solution. If you go in Subject: config, then find the browser.search.showOneOffButtons boolean and rocking that it restores the old functionality. (You may have to restart your browser)

    Note that, as always, to edit your subject: config at your own risk.

    credit: askvg.com

  • How to make a folder shows the number of files in there?

    How to make a folder shows the number of files in there?

    You have not indicated what OS you are using.

    Yosemite

    Action > View Options: Select to display the item of information

  • How to LOCK the search bar?

    Does anyone know how to lock the search bar so that it does not disappear whenever I press CTRL-F?

    Also any ideas on how I can get it to stop auto skin to the top of the page, or at the very least, a "ding", after reaching the bottom of the page?

    Thank you

    Hello Chaosdruid, This is the correct behavior, ctrl + f to open the search bar, try Firefox Safe Mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that disables some settings and disables most Add-ons (extensions and themes).

    (If you are using an additional theme, place you in default theme.)

    If Firefox is open, you can restart in Mode without failure of Firefox in the Help menu by clicking on the restart with the disabled... modules menu item:

    If Firefox is not running, you can start Firefox in Mode safe mode as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. Please follow the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    Thank you

  • How to show the photo album in Apple Tv screensaver.

    How to show the photo album in Apple Tv screensaver. ?

    You can use your photo stream or albums shared for the screen saver, the iCloud photo library can be viewed only manually.

Maybe you are looking for