Does the native conhost.exe ever get updated #20343
|
I know that the |
Replies: 1 comment 1 reply
|
Yes, but only we only bring in major changes (like the new PTY host) during major windows updates. mintty's instructions might leave you unable to install Windows updates. Not on purpose, but just because it changes the component store which is used for the binary delta patches that Windows Updates rely on. mintty is ideologically opposed to shipping our "undocked" PTY host (it's just OpenConsole, plus a DLL), which is built out of this repository and releases monthly with every update to Terminal. |
Yes, but only we only bring in major changes (like the new PTY host) during major windows updates.
mintty's instructions might leave you unable to install Windows updates. Not on purpose, but just because it changes the component store which is used for the binary delta patches that Windows Updates rely on.
mintty is ideologically opposed to shipping our "undocked" PTY host (it's just OpenConsole, plus a DLL), which is built out of this repository and releases monthly with every update to Terminal.