1. 路径中有空格

    m_process->startDetached(strAppDir + "/ThreeDScreen.exe", QStringList())

  2. 杀死一个进程(注:-t 参数会将创建的子进程一起杀死

    QProcess::startDetached("taskkill -t -f /IM iexplore.exe");