PWSH de proceso de inicio

Start-Process pwsh.exe '-c', {
    'Hello World.'
    Read-Host
}
Jan Šustr