我在tscon上的Process.Start中得到"系统找不到指定Exception的文件"
工作:
Process.Start(new ProcessStartInfo(@"c:\Windows\System32\notepad.exe", "temp.txt"));
Run Code Online (Sandbox Code Playgroud)
不工作:
Process.Start(new ProcessStartInfo(@"c:\Windows\System32\tscon.exe", @"0 /dest:console"));
Run Code Online (Sandbox Code Playgroud)
我需要tscon.exe.为什么我会收到此错误?
编辑:
c:\Windows\System32文件夹中.该文件有一些强化吗?无法理解这一点......