Starting from gnupg-w32-2.2.28, run gpg will change the command line window property: font and its size is changed, column numbers seems changed too, and scrambled characters appear. It is like the code page or locale is set to another language. My system is zh-cn, in WindowsXpSP3.
And I have a batch in %SendTo% directory:
"C:\Program Files\GnuPG\bin\gpg.exe" --verify %1
pause
Normally it will pause after execution letting me check the verification result, but new version will flash away not regarding the "pause" line.