diff --git a/ExplorerPatcher/utility.c b/ExplorerPatcher/utility.c index 9a0f9c0..3e8c741 100644 --- a/ExplorerPatcher/utility.c +++ b/ExplorerPatcher/utility.c @@ -1268,6 +1268,7 @@ LRESULT CALLBACK PleaseWait_HookProc(int code, WPARAM wParam, LPARAM lParam) if (msg->message == WM_INITDIALOG) { PleaseWaitHWND = msg->hwnd; + EnableWindow(PleaseWaitHWND, FALSE); LONG_PTR style = GetWindowLongPtrW(PleaseWaitHWND, GWL_STYLE); SetWindowLongPtrW(PleaseWaitHWND, GWL_STYLE, style & ~WS_SYSMENU); RECT rc;