![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: ColorCode Process Output
|
||
Get-Process |
ForEach-Object ` {if ($_.cpu -lt 100) {Write-Host $_.name, $_.cpu -foregroundcolor white} elseif ($_.cpu -gt 100) {Write-Host $_.name, $_.cpu -foregroundcolor red}} | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |