I have the following values in my registry
key:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents\
values:
* -> application/msword
** -> application/vnd.ms-excel
*** -> application/vnd.ms-powerpoint
and so on
I’d like to know how to read all of them
with Wscript.Shell, RegRead I can only read one value, but I don’t know the values in advance…
Well, I got it
I had to use wmi, like this:
saludos
sas