Below are the steps to remove the “Logging” menu from putty
- Download windows source from putty website, don’t clone from the github because it missing Makefile.vc. Search for “Windows source archive” in https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Comment out line 1488 to 1543 in config.c which in the root folder (see below image)
- cd windows
- nmake -f Makefile.vc
- If everything alright, putty.exe will be compiled and in windows folder
- just run it (see below image, “Logging” menu is disappear)
- My modified source putty_windows_src