PowerShell PowerShell function damehilos() { Write-Host (Get-Process -Name $args[0]).Threads.id -ForegroundColor $args[1] } damehilos notepad Cyan 123456 function damehilos(){ Write-Host (Get-Process -Name $args[0]).Threads.id -ForegroundColor $args[1]} damehilos notepad Cyan