0

我正在尝试从 Visual Studio 中的 c# 代码启动 narrator.exe,但它不断抛出异常。我正在使用的代码是 :: " Process NarratorProcess = process.Start(@"C:\Windows\System32\narrator.exe");" 但它不断抛出一个异常说::

抛出异常:System.ComponentModel.Win32Exception:系统找不到指定的文件

但是该文件存在于指定位置。我用谷歌搜索,发现这可能是由于 Windows 文件系统重定向,如这篇文章System.ComponentModel.Win32Exception when started process - file not found, but file exists and also 按照上面提到的步骤,但它仍然不起作用。有人可以帮我吗 。

4

0 回答 0