Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect and repair Windows 10 Start Menu #3

Open
jesus2099 opened this issue Dec 18, 2021 · 0 comments
Open

Detect and repair Windows 10 Start Menu #3

jesus2099 opened this issue Dec 18, 2021 · 0 comments

Comments

@jesus2099
Copy link
Owner

jesus2099 commented Dec 18, 2021

Sometimes, my Windows 10 Start Menu becomes broken.
When I press the Windows key then type program names, there is no search showing up.
In this case, We need to restart explorer.exe and everything is fixed.

taskkill /f /im explorer.exe
start explorer.exe

The biggest inconvenient is that all File Explorer windows will also be closed at the same time.
So it would be nice to not do it for nothing.


I did put this code on each unlock event: eefcb88
But then I had to revert it, because it broke my startup program loading sequence: 8b4ca2e

Revert "On unlock: Add start menu repair to fast keyboard repair"
This reverts commit eefcb88.

Killing explorer.exe on unlock event also
kills it during startup sequence,
thus preventing loading many programs!

Next time my Start menu is broken,
I will see if I can detect it properly,
so to kill explorer.exe only when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant