1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Taskbar10: Disable the 42537950 feature flag that is present on Canary builds

This commit is contained in:
Amrsatrio 2023-12-16 00:08:10 +07:00
parent 3c0b4a9b72
commit bff76da2bf

View File

@ -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
{