From bff76da2bf2bcf56bcadfef52fe48c86e8c06e66 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sat, 16 Dec 2023 00:08:10 +0700 Subject: [PATCH] Taskbar10: Disable the 42537950 feature flag that is present on Canary builds --- ExplorerPatcher/dllmain.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index fea23de..2ecedfb 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -9769,6 +9769,15 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c } break; } + case 42537950: // DisableWin10Taskbar + { + if (bOldTaskbar) + { + // Sorry Microsoft, but we need more time. Peace ✌️ + buffer->enabledState = FEATURE_ENABLED_STATE_DISABLED; + } + break; + } #if 0 case 42952021: // CategorySpecificXamlExtensions {