Cannot use search in windows 7

eden

Recruit
hi.

i cannot use search in windows 7 since last year, now still cant use...

i have tried many ways to solve, but cant function also.

the problem i have is when i use search, there are just blank, if i press the 'see more results', it will come out a window:
2e01f1aq4358.7b8fe7.jpeg


and then i have tried the ways in this link: http://www.techenclave.com/topic/461221-cant-use-search-in-windows-7/

its also ineffective....

please help...
 
Do you see the windows search service in the Services MMC or not?

Run - services.msc - Look for Windows Search.

If it is not there, do this:

Open a command prompt

Execute

C:\Windows\system32>sc create "wsearch" binPath= "C:\Windows\system32\SearchIndexer.exe /Embedding" type= own start= delayed-auto DisplayName= "Windows Search"

Make sure to type exactly as above with spaces and with correct cased letters.

If you have the search installed and still it is not working, get me the output of

sc interrogate wsearch
 
Do you see the windows search service in the Services MMC or not?

Run - services.msc - Look for Windows Search.

If it is not there, do this:

Open a command prompt

Execute

C:\Windows\system32>sc create "wsearch" binPath= "C:\Windows\system32\SearchIndexer.exe /Embedding" type= own start= delayed-auto DisplayName= "Windows Search"

Make sure to type exactly as above with spaces and with correct cased letters.

If you have the search installed and still it is not working, get me the output of

sc interrogate wsearch

are you mean this?

24165131.jpg


it's still not working....
 
Back
Top