08-06-2022 01:57 PM - last edited on 03-05-2024 02:07 AM by ROGBot
08-06-2022 02:56 PM
$Procs = Get-Counter -Counter "\Process(*)\% Processor Time"
$Procs.CounterSamples | Sort-Object -Property CookedValue -Descending |
Format-Table -Property Path, InstanceName, CookedValue -AutoSize
$Procs = Get-Counter -Counter "\Process(*)\% Processor Time"
$Procs.CounterSamples |
Where-Object -Property CookedValue -GT 0 |
Sort-Object -Property CookedValue -Descending |
Format-Table -Property Path, InstanceName, CookedValue -AutoSize
08-06-2022 10:40 PM
08-07-2022 12:52 AM
$Counter = "\Process(*)\% Processor Time"
$Interval = 10 # Number of seconds between loops
while ($true) {
$Procs = Get-Counter -Counter $Counter
$Procs.Timestamp
$Procs.CounterSamples |
Where-Object -Property CookedValue -GT 0 |
Sort-Object -Property CookedValue -Descending |
Format-Table -Property InstanceName, @{ Label='CPU'; Expression={$_.CookedValue/100}; FormatString='P' } -AutoSize
Start-Sleep $Interval
}
07 August 2022 08:42:28
InstanceName CPU
------------ ---
_total 3,198.34%
idle 3,130.65%
lightingservice 40.00%
wmiprvse 10.77%
msmpeng 6.15%
taskmgr 3.08%
aac3572mbhal_x86 3.08%
gpu tweak iii 1.54%
steamwebhelper 1.54%
perfmon 1.54%
08-07-2022 11:46 AM
03-24-2023 12:26 PM
I have a similar problem, but to be honest I can only install the game on my computer. I do not understand what you were doing here and where to look. Can you tell me in plain language where to click to understand what my problem is. I am so you understand all my education in this matter, I can not even install windows. The last time I activated it on my new computer I had a hard time. What is the normal temperature for the processor can let it work as it did. Sometimes just annoyed by the sound of the fans even though I do not even use them. I close the lid it first stops the noise, you know, and then again as if I just start it up. I searched a lot of sites, had to register here and write.