PowerShell, Procesos PowerShell $Script=New-Object -ComObject WScript.Shell $Proceso=(Get-Process notepad).MainWindowTitle $Script.AppActivate($Proceso) 123 $Script=New-Object -ComObject WScript.Shell$Proceso=(Get-Process notepad).MainWindowTitle$Script.AppActivate($Proceso)