Is it possible to access Windows registry values from a WinSCP script? Currently, I have a .nsi installer script that takes in a username/password, stores it in the Windows registry, and uses it for connecting to a remote host. However, I don't know how to access that information programmatically from the script.