Hi SayandeepHaldar,
I’m Mario an Independent Advisor. I’ll try to help you with this problem.
I reviewed your question, and how you indicate the Task Manager could be confused when show the information.
Other possibilities that you can find using Windows, some not are graphical and could have the same characteristics that show Task Manager. I add below, the command and the documentation link for each, for your review:
- Using PowerShell
Use the command:
Get-WmiObject win32_processor | Seleccionar objeto: nombre de propiedad, MaxClockSpeed, CurrentClockSpeed
Documentation Link:
https://docs.microsoft.com/en-us/powershell/mod....
- Using Command Prompt
Use the command:
wmic cpu get name, maxclockspeed, currentclockspeed
Documentation Link:
https://support.microsoft.com/en-us/help/290216...
- How to monitor CPU and network utilization (include Server Management Tools via web)
https://docs.microsoft.com/en-us/previous-versi...(v=vs.85)
- CPU-Analysis (include information about Windows Performance Toolkit)
https://docs.microsoft.com/en-us/windows-hardwa...
There are some personal user developments in C ++ on the internet, which worked in other versions of Windows, but they still do not present the information in the correct format in Windows 10, so I do not consider them.
Also, you can find free tools as Hwinfo (https://www.hwinfo.com/download/), CPUID CPU-Z (https://www.cpuid.com/softwares/cpu-z.html/), that according some users not slow the PC notorily.
I hope to help you. Please, tell me the results.