-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Installer] - Explore alternatives to kicking explorer for shell regs #2730
Comments
We could use the SHChangeNotify event to inform explorer.exe about the change. The problem will be upgrading/deleting the DLLs. Because explorer.exe has opened handles on it. Maybe unregister the dll helps or the Windows Installer has an builtin feature. |
It is actually keep crashing (and restarting) the explorer until logout and re-login in my machine in 0.18.0/0.18.1 |
Fixed in 0.19.0, please visit https://github.com/microsoft/PowerToys/releases/ for the latest release |
currently to add / remove items in shell, we have to kick explorer. After this happens, PT can then enable / disable for them showing up.
We should see how we can do some alternative methods
The text was updated successfully, but these errors were encountered: