We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
It works!