diff --git a/reactos/dll/win32/shell32/shelllink.cpp b/reactos/dll/win32/shell32/shelllink.cpp index fa0a251ea01..6d323fe0f77 100644 --- a/reactos/dll/win32/shell32/shelllink.cpp +++ b/reactos/dll/win32/shell32/shelllink.cpp @@ -588,6 +588,7 @@ HRESULT WINAPI ShellLink::Load(IStream *stm) HeapFree(GetProcessHeap(), 0, sComponent); sComponent = NULL; + iShowCmd = hdr.fStartup; wHotKey = (WORD)hdr.wHotKey; iIcoNdx = hdr.nIcon; FileTimeToSystemTime (&hdr.Time1, &time1);