我正在尝试从visual studio中的c#代码启动narrator.exe,但它不断抛出异常。我正在使用的代码是 ::“Process NarratorProcess = process.Start(@”C:\ Windows \ System32 \ narrator.exe“);” 但它不断抛出一个异常说::
抛出异常: System.ComponentModel.Win32Exception:系统找不到指定的文件
但是文件存在于指定位置。我用谷歌搜索,发现它可能是由于本文System.ComponentModel.Win32Exception when starting process - file not found, but file exists中的Windows文件系统重定向,并且还遵循了那里提到的步骤,但它仍然无效。有人可以帮助我。