Introduction - If you have any usage issues, please Google them yourself
Modify the source compiled putty, support ADB directly, support the Chinese Directory
Chinese input is much stronger than adb.exe.
Run StartADBPutty.bat to start adbputty.exe
I made the following modifications
1. annotate some useless commands
2. add the command of the CHCP 936 window character code
3. the following content is added to the registry HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default% 20Settings\:
Protocol:adb
HostName:transport-usb
PortNumber:0x000013ad
LineCodePage:UTF-8 (corresponding to the Window->Translation=UTF-8 in putty)
Export the registry to the file under the command line: Backup
Regedit /e puttybak.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
Files are imported to the registry under the command line: Restore
Regedit puttybak.reg
/s represents quiet mode