-
The project was created by Yaron Koresh.
-
This project is licensed under the MIT open-source license.
- Patches Windows Executables (
.exe) to force the Console Subsystem (3) instead of GUI (2). - Allows developers to view
stdout/stderroutput in a terminal window for GUI apps. - Safely detects the current subsystem before patching.
- Install Python 3.x.
- Download
enable_console.py. - No external dependencies are required.
- Run the script via CMD or PowerShell with the target EXE path:
py .\enable_console.py "target_application.exe"
-
Before asking general support questions, please make sure you are using the latest version.
-
When looking for support, please first search for your question in open or closed issues.
-
GitHub issues are a good way for tracking enhancements and bugs, but also for get some help.
-
Feel free to open new issues, using one of the available templates, or create an issue from scratch.
Enjoy :)