Start-Process PWSH

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