mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Mitigations for Windows 11 taskbar not starting sometimes
This commit is contained in:
parent
92dadf6374
commit
986fdbb3f1
@ -2936,7 +2936,7 @@ DWORD WindowSwitcher(DWORD unused)
|
||||
if (!bOldTaskbar)
|
||||
{
|
||||
WaitForSingleObject(hWin11AltTabInitialized, INFINITE);
|
||||
Sleep(500);
|
||||
Sleep(1000);
|
||||
}
|
||||
|
||||
while (TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user