Start-Process Pwsh

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