How can I make Windows 10 search my settings/control panel items?

13

2

Last night I fiddled around with some settings, and now Windows 10 refuses to search my settings. If I search "Settings" it returns a result, if I search Notepad and Chrome - it works fine. But if I search "Activate" or "Update" or "Personalization" - it returns nothing until I press enter and wait a while. How can I restore the settings?

The settings I fiddle around were indexing settings. There's only one item checked now - "Start Menu", and the rest of the settings seem fine, but obviously something's wrong. How can I solve this?

Jack

Posted 2015-08-16T10:15:51.820

Reputation: 349

Answers

6

Ran into the same problem after upgrade from Windows 8.1 Pro. Since there is no official method to reset Indexing Options to the defaults, I just removed the corresponding registry branch. After the whole procedure, Windows restored the branch in its pristine state and the indexing resumed to work properly.

STEPS TO PERFORM:

  1. Stop Windows Search service:

    Win + R, services.msc, Enter

    Find the Windows Search entry, click on it, and choose Stop from the left column.

  2. Remove the following registry branch in its entirety:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\CrawlScopeManager\Windows\SystemIndex

    You can use the free home edition of Registrar Registry Manager for this.

  3. Follow the step #1, but click Start instead of Stop this time.

The service will start and re-create the missing registry branch. This action will effectively set the Indexing Options to their clean default state.

The Control Panel (or Settings) items are now shown in the search results, immediately, but if you feel like to, you can set your own exclusions via the usual Indexing Options interface and even rebuild the index.

Neurotransmitter

Posted 2015-08-16T10:15:51.820

Reputation: 996

There is no CrawlScopeManager on Win10, unfortunately. – Jack – 2015-08-27T15:18:52.480

What did you use to open the registry? What the top existing key do you have in the aforementioned branch? – Neurotransmitter – 2015-08-30T18:51:59.710

I used regedit, but it didn't work, so I had to install the program that you recommended. And actually this time around I DID find the key in the registry. I'm not sure why I didn't the last time I looked - either it for some reason wasn't there or I overlooked it somehow. Either way, the search is working perfectly now, thank you! – Jack – 2015-08-30T19:29:23.523

For some reason, the system regedit sometimes is unable to show certain registry keys (for example when it is run by some system user). I think this is a permissions issue. Third party registry editors to the rescue. – Neurotransmitter – 2015-08-31T07:58:12.793

4Some people might have been browsing for HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft/ Windows \Windows Search\ which does exist and is why they didn't see the registry key. – Randy Levy – 2016-03-19T16:21:19.370

Did you try rebuilding the search index before hacking away at the registry? http://www.winbeta.org/news/how-rebuilding-your-search-index-windows-10

– carlin.scott – 2016-04-24T17:52:24.647

Sure I did, it didn't worked. – Neurotransmitter – 2016-04-24T18:22:47.163

You don't need a third party tool to delete the branch. It's simply a permissions issue. Right click the folder, select "Permissions", "advanced", make yourself owner, then add yourself to the "permission entries" with "full control" and delete the folder... – Wouter – 2017-02-23T10:35:00.773

Also, tried this on windows 10... doesn't seem to work. – Wouter – 2017-02-23T10:37:48.197

There is another solution over here that seems to work for most users: http://superuser.com/questions/950102/what-do-i-have-to-index-in-order-to-search-the-windows-control-panel-in-win10/1182041#1182041

– Wouter – 2017-02-23T16:46:14.480

@Wouter well, it only got 3 upvotes... – Neurotransmitter – 2019-12-13T09:11:53.993

5

I had one user account this was working for (User1|) & a newer one that it wasn't working for (User2). Copying the files from

C:\Users\User1\AppData\Local\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy

to

C:\Users\User2\AppData\Local\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy

& then rebuilding the index in Indexing Options resolved the issue for me.

dezdez

Posted 2015-08-16T10:15:51.820

Reputation: 51

2

I elaborated on this answer over here http://superuser.com/questions/950102/what-do-i-have-to-index-in-order-to-search-the-windows-control-panel-in-win10/1182041#1182041 … since this seems to be the primary solution. These questions and answers should be deduplicated over time... – Wouter 1 min ago edit

– Wouter – 2017-02-23T16:47:31.997

2

Don't know if it will help anyone else but I just got around this by pinning the Control Panel to the Start Menu and then re-indexing everything.

I then removed the Control Panel from the start menu and I could search the control panel from the start menu.

Jamie

Posted 2015-08-16T10:15:51.820

Reputation: 21

That's a creative way to solve it! – Run5k – 2017-02-20T13:21:24.357

I tried all of the above, but this was the only thing that worked. Thanks! – Jordy – 2017-04-02T22:02:08.117

2

I think I've found the solution to this issue:

Run Lpksetup /u and uninstall any possible duplicate language you find there, restart Windows and wait a few minutes.

Edit: this worked for another user https://superuser.com/a/961510/485791

  1. Pin any of the Settings pages to Start.

  2. From Indexing Options, Advanced Options, click Rebuild to begin reindexing. Then restart Windows.

Diego Muñoz

Posted 2015-08-16T10:15:51.820

Reputation: 355

There's only US English there, so unfortunately it won't work in my case, but maybe it'll help someone else. – Jack – 2015-08-23T00:28:52.257

Add another language from the Control Panel and then remove it. Also, pin any icon from Settings to Start, rebuild the Search Index and restart Windows. – Diego Muñoz – 2015-08-23T01:55:25.987

I tried with pinning - didn't work, as for languages though - I cannot add any other language, there is just English. My installation was single-language. – Jack – 2015-08-23T03:57:03.090

This worked for me <3 – PulseJet – 2016-09-12T10:06:57.107

0

This is the only thing that worked for me:

Click on the Windows start button and locate Cortana. Right-click > More > App Settings. Click the 'Reset' button.

Bill

Posted 2015-08-16T10:15:51.820

Reputation: 1

0

Check if you have disabled indexing on your C: drive.

Also, in my case search didn't look into control panel until I simply pinned it to the start menu. That is search for Control Panel, right click it, select "Pin to Start".

Dmitry Shvedov

Posted 2015-08-16T10:15:51.820

Reputation: 131

Indexing of Start Menu is on. Pinning it didn't help either, I reindexed it, but it still refuses to search Control Panel, unfortunately. – Jack – 2015-08-18T13:28:30.753

-1

What language are you using? As I was using English (UK) and the control panel items led me to the settings program and the settings program was unable to search. On converting everything to English (US) - the same as my control panel indexing file (C:\Users\username\AppData\Local\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy\LocalState\Indexed\Settings) language - the indexing worked fantastically for everything.

Hope this helps as it worked for me after looking through forums with similar suggestions to those above.

Richard

Posted 2015-08-16T10:15:51.820

Reputation: 1

I'm using English US. The problem somehow solved itself it seems however. Now it's back again, but I'm having other problems with my system and I'll reinstall it soon anyway. – Jack – 2016-03-24T22:10:10.503

this seems to be the problem for me. What do you mean by "convert everything to en-US" please? Rename the folder? – Tomáš Fejfar – 2016-05-04T23:47:51.130