Search Posts

Remove the “Logging” menu from putty

Below are the steps to remove the “Logging” menu from putty

  1. 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
  2. Comment out line 1488 to 1543 in config.c which in the root folder (see below image)
  3. cd windows
  4. nmake -f Makefile.vc
  5. If everything alright, putty.exe will be compiled and in windows folder
  6. just run it  (see below image, “Logging” menu is disappear)
  7. My modified source putty_windows_src

 

Leave a Reply

Your email address will not be published. Required fields are marked *