PowerShell / PowerShell-Native

MIT License
50 stars 33 forks source link

Hide the console for WinRM remoting #86

Closed SteveL-MSFT closed 1 year ago

SteveL-MSFT commented 1 year ago

PR Summary

The change to allocate a console so that the codepage is set correctly had the side effect of showing the console. This change was deemed least risky to hide the console immediately. Downside is there can be a flash of the console, but we can consider other fixes longer term with proper validation while this is needed to be backported to 7.3

PR Context

Fix https://github.com/PowerShell/PowerShell-Native/issues/85