4 lines
149 B
PowerShell
4 lines
149 B
PowerShell
Write-Host "Ich bin der Krasseste."
|
|
$process = Get-Process
|
|
Start-Sleep -Seconds 5
|
|
Write-Host "Aktuell werden $($process.Count) Prozesse ausgeführt." |