进程的奇怪行为.启动和dfsdiag.exe

本文关键字:启动 dfsdiag exe 进程 | 更新日期: 2023-09-27 18:18:32

DfsDiag.exe默认位于C:'windows'system32中。我尝试用Process.Start开始一个过程,但我似乎总是得到错误The system cannot find the file specified。到目前为止,我似乎没有其他问题。

我试过…

  • 指定完整路径@"C:'Windows'System32'DfsDiag.exe"
  • 将文件拷贝到运行目录

前者失败而后者成功。我怎么也想不出为什么。

(操作系统为Windows Server Standard 2008 R2)

进程的奇怪行为.启动和dfsdiag.exe

32位应用程序?您遇到了文件系统重定向的麻烦。尝试C:'Windows' SysNative .