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

Mitigations for Windows 11 taskbar not starting sometimes

This commit is contained in:
Valentin Radu 2021-11-14 19:52:05 +02:00
parent 92dadf6374
commit 986fdbb3f1

View File

@ -2936,7 +2936,7 @@ DWORD WindowSwitcher(DWORD unused)
if (!bOldTaskbar) if (!bOldTaskbar)
{ {
WaitForSingleObject(hWin11AltTabInitialized, INFINITE); WaitForSingleObject(hWin11AltTabInitialized, INFINITE);
Sleep(500); Sleep(1000);
} }
while (TRUE) while (TRUE)