Skip to content

Windows 10 search in menu start does not appear Powershell Windows Search Reset Script

mapoart edited this page Feb 6, 2020 · 1 revision

Sometimes on Windows 10 there is an issue with the start menu search appearance.

Here is the solution, PowerShell script to reset it:

Reset Windows Search (Script from Microsoft.com)
https://support.microsoft.com/pl-pl/help/4520146/fix-problems-in-windows-search

Download script directly https://download.microsoft.com/download/c/b/5/cb56cadd-1de8-4a8a-9fb0-71796d3a0596/ResetWindowsSearchBox.ps1

You may need to run Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted, however follow the instructions from Microsoft page.

It works!