cube3
unknown
powershell
a year ago
255 B
8
Indexable
Stop-Process -Name "notepad" -Force Get-Process | Sort-Object CPU -Descending | Select-Object -Property Id, ProcessName, CPU Get-Date Get-Process | ConvertTo-Html -Title "Lista Procesów" -PreContent "<h1>Procesy na Systemie</h1>" > ListaProcesow.html
Editor is loading...
Leave a Comment