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:
parent
3c0b4a9b72
commit
bff76da2bf
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user