Results 1203 comments of Ilya

@JustinGrote I don't think it's worth spending a lot of time discussing the small details. Now we both agree that the content would be useful in debug output. So let's...

> [@iSazonov](https://github.com/iSazonov) on "community day" did you mean the PowerShell community call or the PowerShell team "community day" which I believe is monday where they focus on community issues. Is...

I'd consider 3 scenarios: 1. Full expansion - current PowerShell behavior. 2. Full literal - that is proposed in the OP. 3. Partial expansion - `wsl ls $path` still works...

If the request is only to address copy-paste scenario like "Any text content after this operator will call into the "default shell" of the OS to execute." why do not...

@dylphuts We should discuss this in an issue and get Work Group conclusion before we can accept the change.

@JasonFossen Please share follow information after you run pwsh: ```powershell [environment]::GetEnvironmentVariables() ``` ```powershell [environment]::GetEnvironmentVariable("POWERSHELL_UPDATECHECK_OPTOUT") [environment]::GetEnvironmentVariable("POWERSHELL_TELEMETRY_OPTOUT") ``` Also you could enable tracing on DNS and catch the slow request - what...

> ctldl.windowsupdate.com This site is used for updating root certificates. I guess there are three issue: 1. DNS. If you enable recursion your DNS service does all work itself. Perhaps...

> If I uninstall the DNS role, or if the VM is configured with no DNS servers at all as a client, then there's no pwsh startup delay because all...

@MartinGC94 Thanks for pointing that issue. I reopened it and added to the issue. I think it's better to start with simplest options. Also add info about decoupling.

For reference https://github.com/PowerShell/PowerShell/blob/5c57c3e19c85a03b9b493c14d9f4f6ec7b51bce6/src/System.Management.Automation/engine/ErrorPackage.cs#L28-L189