Appearance
setx path "%path%;%cd%"
Get-CimInstance Win32_Process | Where-Object { $_.CommandLine -ne $null } | Select-Object -Property ProcessId, Name, CommandLine