reading Windows XP Registry values

Is it possible to read Windows XP registry values directly from Servoy? I’m using v3.5.10. Thanks.

You can use application.executeProgram to run reg.exe and get whatever value you need.

Paul

Thanks, Paul.