diff --git a/launchers/win32/LauncherUtils.cpp b/launchers/win32/LauncherUtils.cpp index cd0c15ccc3..88cb84eb6e 100644 --- a/launchers/win32/LauncherUtils.cpp +++ b/launchers/win32/LauncherUtils.cpp @@ -150,8 +150,6 @@ BOOL LauncherUtils::launchApplication(LPCWSTR lpApplicationName, LPTSTR cmdArgs) ZeroMemory(&si, sizeof(si)); si.cb = sizeof(si); ZeroMemory(&pi, sizeof(pi)); - - si.dwFlags = STARTF_TITLEISAPPID | STARTF_PREVENTPINNING; // start the program up BOOL success = CreateProcess( lpApplicationName, // the path