Skip to main content
Skip table of contents

Lookup Engine Name from Windows process

Problem

If you are unable to identify the Engine Name that is running within a Windows OS Process

Solution

  1. Run the following command wmic process get Name,ProcessId,CommandLine /format:table > file.txt 

  2. Review the file.txt and look for the Germain Engine name (this usually doesn't fit on Windows Task Manager).

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.