- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have an i5-8250U.... and it is lacking the speed that u would expect from an i5 processor especially an 8th gen on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also verify hyperthreading in Task Manager Performance tab. See the attached image.
Leon
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Right click on Windows icon in left down corner and enter Windows PowerShell (Admin)
Use the following command to enter the interactive wmic interface:
...> wmic
2. The following command will gather the number of cores and the number of logical processors:
wmic:root\cli> CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List
Result: If the number of logical processors is greater than physical processors (cores), then hyperthreading is enabled.
Example1:
C:\Users\Spock>wmic
wmic:root\cli>CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List
NumberOfCores=4
NumberOfLogicalProcessors=8
wmic:root\cli>exit
Leon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page