Welcome to KORG!

Remember that Kix is a 32-bit application and as such, can't directly see the 64-bit reg keys without some "magic".

One way is to reference the "redirected" path - "HKLM\SOFTWARE\WOW6432Node\microsoft\..."
The other way is to turn off the automatic redirection with
 Code:
$Rc = SetOption('WOW64AlternateRegView', 'Off')


Either way, you'll see the paths you want. \:\)

Glenn
_________________________
Actually I am a Rocket Scientist! \:D