System.ComponentModel.Win32Exception when starting process - file not found, but file exists
- 阅读更多 关于 System.ComponentModel.Win32Exception when starting process - file not found, but file exists
I am trying to create a manager for my autostarts. It should read an XML file and then start my programs with a custom delay. For example: <startup id="0"> <name>Realtek Audio Manager</name> <process arguments="-s">C:\Program Files\Realtek\Audio\HDA\RtkNGUI64.exe</process> <delay>5</delay> </startup> This runs the specified process ( C:\Program Files\...\RtkNGUI64.exe -s ) after 5 seconds. Now, three of the programs won't start, giving me a System.ComponentModel.Win32Exception : "Das System kann die angegebene Datei nicht finden." ("The system was not able to find the specified file.") But the