param ( [string] $CommandPath = "rxvt-unicode" ) Start-Process -FilePath "wsl.exe" -ArgumentList $CommandPath -NoNewWindow