Windows 10 - Can't launch programs via search bar

7

2

I've had this problem for quite some time now, and so far I've found no solution - but it's really beginning to get on my nerves.

Basically, when I search for a program via the Windows start menu (the search bar), I will get the correct results - but some programs I simply cannot open.

Example: I click on the start menu and begin typing "control panel". It will show me the control panel as a search result, but when I hit enter, or click on it - nothing happens. It simply stays there as if nothing happened.

This is the same with ALL apps except the "metro" applications from the Windows Store (whatever they call them now).

The problem began after I changed the system language from English to German, and even if I switch back to English, the problem won't go away again. Here's what I have tried so far:

  • Running sfc /scannow in an elevated Powershell multiple times.
  • Reindexing the search via control panel multiple times.
  • I've run lpksetup /u in an elevated cmd multiple times.
  • I've killed Cortana and Windows Explorer.
  • I've obviously run the "troubleshooter"
  • I've made a new account for myself. It worked until I changed the language back to German.
  • Running Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} in the powershell
  • Starting Windows in Safe Mode

If I right click on the item in the search results and try to launch it that way, it says the item is not found and asks me if I want to remove it from the list.

Any help would be appeciated :)

Thanks in advance

Mathias

Posted 2017-07-26T19:28:31.767

Reputation: 91

That's a weird one. Have you tried any other languages besides German? Curious if the issue is German-specific or just when it's a non-English language. – freginold – 2017-07-26T20:03:30.527

@freginold Yeah I agree it's a very weird one. I have not, however it seems to be a language change that "breaks it". Once I "break" it by changing the language to German, it doesn't matter if I change the language back or whatever - it's 'irreversable' at that point (well, at least that's what I'm trying to find out if it is) – Mathias – 2017-07-26T20:46:20.473

You could always try a repair installation via Microsoft's Media Creation Toolkit. – QMord – 2017-07-26T22:08:11.967

@QMord Sounds like you can answer the question. – Ramhound – 2017-07-26T23:19:43.370

1I had this exact same problem and, like you, none of the solutions you listed worked. The issue was resolved when I updated Windows 10 to version 1709 (Fall Creators Update). – Richard – 2018-01-30T18:08:44.003

@richard Same situation for me. Resolved after upgrade – nixda – 2018-04-16T09:37:31.407

Answers

2

Okay, I've finally found a solution. To everyone who might need this in the future: the solution to this is to go to your privacy settings and enable background applications. You can turn all of the apps seperately, only the main switch has to be turned on.

Found here: https://answers.microsoft.com/en-us/windows/forum/windows_10-win_cortana/windows-10-creators-update-search-not-finding-apps/eaf70556-2344-474d-b633-e00140b0466d

Mathias

Posted 2017-07-26T19:28:31.767

Reputation: 91

This is no solution for me. Background Apps was always on, but I still have the same issue as you did: Searching programs yields the result, but clicking them (left or right click) won't do anything. – A. Vieira – 2017-11-08T11:45:25.440

2

This worked for me on my Acer TravelMate:

Go to C:\Users\User\AppData\Local\Packages\

Delete the folder \Microsoft.Windows.Cortana_cw5n1h2txyewy

If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.

Logout from your account and login again.

Dan

Posted 2017-07-26T19:28:31.767

Reputation: 21

I was able to locate the exact folder but was barred from deleting certain files and folder in it due to them being open in various background applications. It produced some instability when interacting with the Start menu immediately afterwards but logging out and logging in, solved the stability issue and the core issue. A reboot later and it still works. Thanks! – brokkr – 2018-02-02T11:06:49.990

I tried renaming as much subfolder as I can, and it worked too. Can you explain your answer further? – Gellie Ann – 2018-02-08T01:39:32.867

0

I had same problem. I set AppData folder visible (unhide) and now it works.

Ondra

Posted 2017-07-26T19:28:31.767

Reputation: 1

0

This worked for me on my HP Elitebook 840G3,connected to Domain network at HP office

Go to C:\Users\User\AppData\Local\Packages\

Delete the folder \Microsoft.Windows.Cortana_cw5n1h2txyewy

If you cannot delete the folder, enter into the folder and delete as many as the sub folders as your system permits.

Logout from your account and login again.

user991414

Posted 2017-07-26T19:28:31.767

Reputation: 1