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:
parent
92dadf6374
commit
986fdbb3f1
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user