How to remove results in the area of research of a library or a folder

Hi, Im having trouble looking to know how to delete the search results in the search box located in a folder or library. Its got to a point where the search field gets clumped with unesscessary words and it bothers me strangely nothing have a box that is completely clean and fresh.

Here is a picture of this library search box.

http://i1191.Photobucket.com/albums/z472/llama-lad/Problem_zps6071b426.PNG

Something like that is stored in the Windows registry.  My notes:

How to disable search history and suggestions in the search box:

When you enter search terms in a search box of Windows 7, they are stored in the Windows registry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery and appear as suggestions for further research.  To remove the terms stored, remove the whole part of the registry.  To prevent the storage of search terms, go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer, right-click on Explorer, right-click again and click on DWORD (32-bit) value, type DisableSearchBoxSuggestions and press ENTER.  DoubleClick DisableSearchBoxSuggestion, type 1 for the value, and then click OK.

May I ask how go to? : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery

Never mind! I found and authorized. Thank you

Open Registry Editor.
1. type regedit in the start search box and press on enter
2. navigate to the following registry entry:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery

3. delete the MRUListEx on the right by clicking right on pane and selecting delete.
4. the close Registry Editor.

Open Windows explore, test and see if the search results are deleted.

You can choose to permanently disable lists Windows most recently used (MRU) if group policy is enabled in your edition of Windows. Group Policy Editor is only available in the professional edition, full and Windows 7 Enterprise edition. You will not have the Publisher of local group policy available in Windows 7 Starter and Home Premium editions.

Open Group Policy Editor:

1. click on start and in the search box type gpedit.msc
2. now the Group Policy Editor opens. In it go to User Configuration > administrative templates > Windows components > Windows Explorer
3. in the control panel under the gaze of Windows Explorer to disable the display of recent search entries in the search box on Windows Explorer
4. right click and select Edit.
5. use not configured or disabled to keep a history of search enabled.
6. use will disable the search history.
7 close the Group Policy Editor.

Tags: Windows

Similar Questions

  • How to remove special characters that are not available in the key board

    Hi all
    How to remove special characters that are not available in the key board.
    select '106    ©      500049' str from dual;
    
    After removal of the special symbols ( not only copy right, it can be any special symbol other than key board symbols), I want to add a single space between two number.
    
    Output should be like:
    Str
    106 500049
    Thank you for your help in advance.
    select
     '106    © ® (k)      500049' str
    ,regexp_replace('106    © ® (k)     500049', '[^[:digit:]]+', ' ') r
    from dual
    
  • How to remove pictures from the library active?

    Hello

    Can someone help me how to remove images of the current library?

    When I save the resulting code, it will keep all images and many are testing and then I don't want on the web.

    And I did not find how to delete in the active pane

    Hey there, LastTech.

    There is a very good reason we'll automatically remove what you use - if you have two files in the same directory, chances are you share the images directory.  If you make sure you delete everything in the images directory, you might remove something that has another project (or another HTML file) is dependent on.  It is very difficult for us to determine what is used in other projects, so just leave us the images / directory only.

    Thank you

    -Elaine

  • How to remove programs from the system tray without removing them from the startup?

    How to remove programs from the system tray without removing them from the startup on Windows XP folder?

    Hello

    The first step is to identify the program that represents the icon and decide whether it should be in the system tray (most are not necessary). Hold the cursor of the mouse on the icon to see the name of the program that launches the icon.

    The best bet is to click the icon to see if this opens the box of the program options. If so, look for a selection similar to "remove from the system tray.

    Alternatively, you can hide the icons in the system tray.

    Here's how:

    1. right click on the taskbar and select "Properties".

    2. in the "Notification area" click "Hide inactive icons" if she already unchecked and then click on the button "Customize".

    3. click on the ' column next to each of your current behavior and choose one of the three behaviors for each program icon that appears in the system tray: "Hide when it is idle," "Always hide", or "always show".»

    If you hide an icon, but then see it again the next time that you log on to Windows, you may need to uninstall the program to permanently remove the icon. Uninstall the program permanently removes the program from your computer. For more information, see Uninstall or change a program.

  • How to remove one of the elements of operating system of Windows Start menu?

    Original title: choose an operating system to start, or press Tab to select a tool. _ (use the arrow keys to highlight your choice, then press enter) windows Vista__Microsoft windows Vista __Microsoft

    How to remove 1 of the operating system for each time I start the computer, I dun hv to click on the 1st system?

    Thanks for the help

    Hi the user Noob,

    We recommend that you remove the entry that allows Windows to start successfully. Microsoft Windows Vista (C:\Windows) is the default. You can remove the second entry and check the result (delete if it does not work).

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Live Movie Maker 2011 - how to remove items from the recent projects list

    Windows Live Movie Maker 2011

    I have duplicates on my list of recent projects.

    How to remove items from the numbered list of recent projects?  What are the (thumb)

    bugs used for?  Thank you.

    Hello

    The question you have posted is related to Windows Live Movie Maker and would be better suited in the Windows Live Solution Center. Please visit the link below to find a community that will provide the best support.

    http://www.windowslivehelp.com/product.aspx?ProductID=5

    Amrita M

    Microsoft Answers Support Engineer

  • How to remove links on the same page?

    I have PDF documents with links to referenced sections (for example the text link "Article 2.2" points to the real page number of "article 2.2" "), but as the links are created from the cross references in the interpretation of the word to PDF, there are cases that the destination page number and the number of the page source of the links are identical (for example, text links"section 2.2 "on page 9 are created with the destination on page 9, which is the actual page the number of"Article 2.2"), I want to delete all these links, but I don't know how to get the landing page, I check the QAnywhere and finds that"PDLinkAnnotGetAction"may work, but I don't know how to use it, you could me check codes below and advise? Your help is really appreciated!

    PDPage page;

    ASInt32 i, of i2.

    AVDoc avDoc = AVAppGetActiveDoc();

    PDDoc pdDoc = AVDocGetPDDoc (avDoc);

    int pageNum = PDDocGetNumPages (pdDoc);

    for (i = pageNum - 1; i > = 0; i--)

    {

    page = PDDocAcquirePage (pdDoc, i);

    int annotNum = PDPageGetNumAnnots (page);

    for (i2 = annotNum - 1; i2 > = 0; i2-)

    {

    If...

    PDPageRemoveAnnot (i, i2);

    }

    }

    My product information:
    Acrobat Pro 8.1.6, Windows

    Start by reading the PDF standard (ISO 32000 - 1) to understand the Actions vs Destinations.

    Then for each annot, you'll want to see that she (and in the case of an Action, if it has more than one).  Next, you need to analyze the action or dest to see what it is and where it goes.  If you do not, you will delete it.

    From: Adobe Forums [email protected]<>[email protected]>

    Reply-To: "[email protected]<>[email protected]> ' [email protected]<>[email protected]>" "

    Date: Tuesday, October 25, 2011 09:25:32-0700

    To: Leonard Rosenthol [email protected]<>[email protected]>

    Topic: How to remove links to the same page?

    How to remove links on the same page?

    created byhttp://forums.adobe.com/people/OALDOALD > in Acrobat SDK - see the discussion complete onhttp://forums.adobe.com/message/3989576#3989576

  • RE: iOS iPhone 6 s 10 how l remove or disable the slippery camera from outside the locked screen? This feature is a security and threat privacy for me.

    RE: iOS iPhone 6 s 10 how l remove or disable the slippery camera from outside the locked screen? This feature is a security and threat privacy for me.

    You can not. However, I'm not sure why you think it's a privacy or security threat. The only thing that can be accessed without unlocking the phone is the camera to take pictures. No one can access your data already on the phone.

    You can send feedback to Apple here:

    http://www.Apple.com/feedback

  • How to remove or hide the option to remove history, and how to remove Private Browsing entirely.

    How to remove or hide the delete history option, and how to remove Private Browsing entirely?

    See if this addon does what you want.

    https://addons.Mozilla.org/en-us/Firefox/addon/disable-private-browsing/?src=SS

  • Satellite A30 921: how to remove and replace the memory?

    Hi, can someone help me how to remove and replace the memory of satellite A30 921. and also, please give a detailed instruction.

    Thank you in advance.

    Hello

    There is not much to explain. On the low side in the Middle it is placed to cover memory (fixed with two screws). Remove the cover and you will see 2 slots there. I put t know how much memory you here but like Stefan says you can use max 2 GB of RAM (2 x 1024Mo PC2700 - PA3313U-1M1G). How to remove the memory modules, which you can see on http://www.hardwaresecrets.com/article/189/5

    Good bye

  • How to remove applications from the startup folder

    How to remove applications from the startup folder

    Settings > users and groups > Login Items.

  • Laptop HP Touchsmart 15-D020: how to remove and replace the keyboard on laptop HP Touchsmart 15-D020NR

    I spilt a drink on my keyboard and now I can not turn off the caps lock and a number of keys does not work. I need instructions on how to remove and replace the keyboard frame. Thank you.

    On your page of support-look for Maintenance and Service of Guide in the manuals.

    http://support.HP.com/us-en/product/HP-15-D000-TouchSmart-notebook-PC-series/6627588/model/6761859/manuals

  • I sell desktop computer and need to know how to remove all of the pc?

    I sell desktop computer and need to know how to remove all of the pc?

    The most difficult part of the first paragraph is to create the boot floppies - which can be complicated and requires installation of Windows disks.

    Perhaps a third simple but effective alternative is simply to re - install Windows on your computer from the disc that came with your computer or from the recovery partition.  Resettlement will delete all files on the disc and replace them with the New Installation of Windows.  At this point, the fragments of your old files may remain on your hard drive.  So once relocation complete, download and install the freeware 'Eraser' software, run it and you want to specify the "free space" erased on your hard drive.  This will overwrite firmly all the data remains that has not already been overwritten by the Windows Installation.

    Eraser: http://eraser.heidi.ie/download.php>

    HTH,
    JW

  • Please can someone help me on how toedit calculation result to the point

    Please can someone help me on how toedit calculation result to the point

    Can you post an example page upward on the hosted site for Oracle?  Apex. Oracle.com (you need a workspace).

    So to repeat what you have posted:

    You have a page with 3 items P1_N1, P1_N2 and P1_SOM...  You want to P1_N1 and P1_N2 to be text boxes that accept input, and when you enter the values you want the sum of these values to be stored in P1_SOM, correct?

    Take a look at this page: http://glassfish1.revion.com/apex/f?p=227:1:12047078745989:

    I will explain further if you think you want it...  Use any value for a connection. Enter a number in N1 and click in the field of N2, the display option takes the sum of the two numbers when you let one of the fields...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • How to keep or make the area outside the transparent cutting tool. Mine is white

    How to keep or make the area outside the transparent cutting tool. Mine is white

    You should find the forum for any product it is and post your questions there.

    Here is a link to a page that provides links to all of the Adobe forums...

    The Forum links page: https://forums.adobe.com/welcome

Maybe you are looking for