This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taskbar10: Fixed a bug that crashed
explorer
on OS build 22621.1344
It seems Microsoft updated some stuff in `windowsudk.shellcommon.dll` and has introduced a new interface (`ITaskbarSettings6`), from which they call the `GetEffectiveSearchMode` method. This is not relevant for the Windows 10 taskbar, but the code gets called there anyway as well, so it had to be patched to support this new interface. This fix should address the issue and have ExplorerPatcher still work on newer 22621-based OS builds, like 1344 ("Moment 2" update).
- Loading branch information
Showing
2 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters