1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-23 23:21:08 +01:00

Taskbar11: Restored commit 085b3dd that I modified by accident

This commit is contained in:
Amrsatrio 2023-10-06 22:02:10 +07:00
parent 0b57e78d18
commit 9f04110d72
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ Tested on OS builds 22000.2416, 22621.1, 22621.2134, 22621.2361, 22631.2338, and
* Start10: Pin to Start/Unpin from Start has been properly fixed on Start Menu and Explorer (but not Search yet) of all Windows 11 builds. (15c07a0)
* Start10: Fixed non-UWP apps not appearing on Dev channel builds 23545+. (a4f5bd0)
* File Explorer: Fixed command bar settings not being applied on non-primary Explorer instances on Windows 11. (001e8d8)
Many thanks to @Amrsatrio for sustained efforts in maintaining and improving ExplorerPatcher.

View File

@ -11533,7 +11533,7 @@ DWORD Inject(BOOL bIsExplorer)
else
{
CreateThread(0, 0, FixTaskbarAutohide, 0, 0, 0);
if (IsWindows11Version23H2OrHigher())
if (!IsWindows11Version22H2Build2361OrHigher())
{
RegDeleteKeyValueW(HKEY_CURRENT_USER, L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", L"TaskbarGlomLevel");
RegDeleteKeyValueW(HKEY_CURRENT_USER, L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", L"MMTaskbarGlomLevel");