Dec 132019
 
Microsoft Windows Logo

Yesterday, December 12th 2019, I powered on my Windows 10 1909 workstation to see that the start menu wasn’t working, along with the notification tray. I could launch programs from the taskbar, but search, start, and notifications were not functioning.

Attention: If you are experiencing issues with search, please continue reading to the bottom of the blog post and the update marked February 5th, 2020.

Since my workstation is running as a VDI instance, I checked vSphere and noticed the VM was running at extremely high CPU. Inside of the workstation, I opened up the event log and found numerous errors pertaining to the User Shell Experience, as well as multiple Windows 10 apps (UWP apps).

I tried to troubleshoot this using multiple methods found online on google. It sounds like this is a common issue for the past couple months, but no one has been able to find a fix.

Finally, after 14 hours of frusteration, I finally decided to restore the workstaton (VM) from a snapshot backup the night before. Powering it on the start menu was working. I installed some updates and everything is still working great.

If anyone has any information on this, please post it in the comments! I was surprised this isn’t easily fixable and actually required a restore from backup. I’m assuming numerous others are experiencing this issue.

Windows 10 Search on Start Menu not working

Update – February 5th 2020: Today, I noticed my search bar had stopped functioning. I also noticed lots of traffic to my blog for people searching for this. After some research I found this page: https://superuser.com/questions/1522905/windows-10-search-not-loading-showing-blank-window

I’ve condensed the fix. To resolve this issue, perform the following instructions:

  1. Open Notepad
  2. Copy and paste the below text:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
    "CortanaConsent"=dword:00000000
    "BingSearchEnabled"=dword:00000000
  3. Save file as “FixSearch.reg”
  4. Run the file (double click) or import the .reg file in to your registry
  5. Restart explorer.exe or restart your computer

The issue should now be resolved.