Solution:
Open Command prompt and type the following commands:
To get the number of processors:
echo %NUMBER_OF_PROCESSORS%
To get the full details about CPU:
WMIC CPU Get /Format:List
Open Command prompt and type the following commands:
To get the number of processors:
echo %NUMBER_OF_PROCESSORS%
To get the full details about CPU:
WMIC CPU Get /Format:List
No comments:
Post a Comment