How many logical cores does my LENA computer have?
Follow these steps below to determine how many logical processors your computer has.
With multi-core processing enabled, your LENA Pro v3.4 software will process files simultaneously. The default setting is to process one file per logical core minus one, leaving that last core available for other needs. To change your default setting, please contact LENA Support.
1. Open a command prompt.
- Click on the Start button.
- Type cmd.
- With cmd.exe highlighted, hit Enter to open the command window.

2. Copy the following command to your clipboard:
WMIC CPU get NumberOfCores, NumberOfLogicalProcessors
3. Paste and run the command:
- Right-click in the command window.
- Select Paste.
- Hit Enter on your keyboard.

4. View the results.
In this example there are 2 cores and 4 logical processors.
(You may see a higher number of logical processors than total cores if your computer is using Hyper-Threading Technology.)
