Lookup Germain Engine Name from Windows process
Problem
If you are unable to identify the Engine Name that is running within a Windows OS Process
Solution
- wmic process get Name,ProcessId,CommandLine /format:table > file.txt
- Then review the complete command line on file.txt for the Germain Engine name (this usually doesn't fit on Windows Task Manager).
Related articles