Get Back Missing Search Option In Windows

It is a common tactic of malware nowadays to disable certain helpful Windows functions that can help get rid of those malware. Some of the functions that are usually disabled are the Task Manager, the registry editor, Folder Options, show hidden files and folders, Run dialog from the start menu and the Search function of Windows. Today a friend of mine asked me that his Search option was missing from his Windows. I did a little research and found out that usually the malware is responsible for disabling the search function. Here are some ways to get back the missing Search option in Windows.

Method 1: Using the Group Policy Editor

To use the group policy editor, do the following:
Go to Start –> Run –> gpedit.msc
The group policy editor will open. Now go to the following key:
User Configuration –> Administrative templates –> Start Menu and Task Bar
In the right hand pane, select “Remove Search menu from Start menu”
Most probably it will be set to enabled. Just disable it once, click Apply and then select “Not Configured” and again click Apply. OK.
Usually the Search function is enabled instantaneously. If it is not enabled, go to Start –> Run –> cmd
and issue the following command:
C:\>gpupdate /force
This will force the settings to be applied instantaneously.

Method 2: Using the REG command

Sometimes it is better to add the registry through command line rather than going through all the manual processes of opening the registry editor, finding the correct key and changing it. So I am giving the command line solution to enabling the search function of Windows. To enable search function, just go to Start –> Run
and copy and paste the following command and press OK to proceed.
REG ADD “HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v NoFind /t REG_DWORD /d 0
This will enable the search function in general (as this will enable the search option in HKEY_Local_Machine). If you are still experiencing problems, go to Start –> Run and copy and paste the following command which will enable the search function specifically for the current user:
REG ADD “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer” /v NoFind /t REG_DWORD /d 0

Method 3: Using Automated Registry Script

If you are unsure of all of the methods above, I have created this script which will enable the search function automatically without the intervention of the user. Download the script below. When you run it, it will ask you whether to add the registry information. Please press Yes.
[download id=”24″]


Posted

in

, ,

by

Comments

3 responses to “Get Back Missing Search Option In Windows”

  1. Dane Rigden

    I am using Windows Me.
    “Search” is listed in startup, but when I select it, a blank button opens.
    None of your suggestions work .

  2. kathy

    User Configuration –> Administrative templates –> Start Menu and Task Bar
    I do not have a start menu and tash bar there..

  3. Eman

    Thank you for the info. They are really valuable. but unfortunately I made all the first method and found that the search is not configured so I enabled it and checked, it wasn’t there, so I went back and disabled it and enabled it again, anyhow I made all the methods and even downloaded the script and restart my pc. There was the search but still the pc freezes! I read at ehow : http://www.ehow.com/about_6077145_windows-command-lock-up-computer_.html that I have to use the “smart back off” mechanism and the question is how can I do that while I have no experience at pc’s system functions’!? Hope you can help me with that… Thank you in advance for your kind cooperation.