I had a habit of installing utilities from GitHub, popular download sites, and official pages, only to use them once or twice. Not all of them worked as I expected, and my system drive became ...
NEW: Thonny now runs in single instance mode. Previously, when you opened a py file with Thonny, a new Thonny instance (window) was created even if an instance existed already. This became nuisance if ...
Without CREATE_NO_WINDOW (0x08000000), Windows allocates a new conhost.exe for each child, producing a visible flash even though the process completes in milliseconds. The ...