diff --git a/ExplorerPatcher/StartMenu.c b/ExplorerPatcher/StartMenu.c index 9a530d0..76aa2d9 100644 --- a/ExplorerPatcher/StartMenu.c +++ b/ExplorerPatcher/StartMenu.c @@ -288,7 +288,7 @@ DWORD WINAPI HookStartMenu(HookStartMenuParams* params) else { retry++; - if (retry > 5) return 0; + if (retry > 20) return 0; Sleep(params->dwTimeout); } }