From 986fdbb3f1f718695482f10cf5673234ee6e6bf3 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 14 Nov 2021 19:52:05 +0200 Subject: [PATCH] Mitigations for Windows 11 taskbar not starting sometimes --- ExplorerPatcher/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index e0ae341..7fa9fe8 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -2936,7 +2936,7 @@ DWORD WindowSwitcher(DWORD unused) if (!bOldTaskbar) { WaitForSingleObject(hWin11AltTabInitialized, INFINITE); - Sleep(500); + Sleep(1000); } while (TRUE)