Enabling the Legacy Console in Windows 11
When developing console applications, the Windows “Legacy Console” can be a handy tool. It behaves like the console present in Windows XP, allowing me to test how applications behave in this environment. This makes it simple to test compatibility, without having to painstakingly copy what I’m running over to Windows XP, and ensure it is compiled correctly for that target. When I went to do this with conhost on Windows 11, I was met with an unpleasant surprise: ...