Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

System Configuration reports an incorrect number of processors for some multiple-core computers


View products that this article applies to.

Symptoms

On a computer that has 32 or more hyperthreaded processor cores, you use the Windows System Configuration tool (MSConfig) to set the number of logical processors that Windows can use. However, the Number of processors list does not show the correct number of logical processors.

↑ Back to the top


Cause

This is a known issue in Windows 10.

↑ Back to the top


Workaround

To change the number of logical processors that Windows can use, use the BCDEdit tool instead of MSConfig. For more information about BCDEdit, see bcdedit.

To use BCDEdit, open a Command Prompt window as an administrator.

To remove the previous setting for the number of processors, run the following command:

bcdedit /deletevalue numproc

To set the number of processors, run the following command:

bcdedit /set numproc <number>

To view the number of processors that are in use, open Task Manager, select Performance, and then select CPU.

↑ Back to the top


Keywords: msconfig, multi-core processor, dual-core processor, logical processors

↑ Back to the top

Article Info
Article ID : 4494216
Revision : 17
Created on : 3/25/2019
Published on : 3/25/2019
Exists online : False
Views : 306