Hmm...done using old Xenocode (now Spoon Studio). Nice!

Let's run this
clean_registry.reg file after using it:
Code:
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Xenocode]
Or: a small
AutoIt launcher (extract in the same directory as
TranslateClientPortable.exe; .au3 source included).
Note: if you want the whole Xenocode registry branch removed, replace the line
Code:
RegDelete("HKCU\Software\Xenocode\XSandboxCache\TranslateClientPortable.exe_v196ECE52")
with this one
Code:
RegDelete("HKCU\Software\Xenocode")
in the .au3 source file, and
recompile.