Hello,

i want to display the standard value of the registrykey HKEY_CURRENT_USER\SOFTWARE\Clients\Mail. I tryed the following kix-code but nothing is displayed.

Dim $1
$1 = enumvalue("HKEY_CURRENT_USER\SOFTWARE\Clients\Mail", 0) ?"1. $1" sleep 1

Has anyone an idea? The os of the client is windows 7 - 32bit.

Thanks.