Here you go. Notice the responses in the “I” section. This is the type of value that is returned. For instance I can’t ask a registry key what it’s version is I have to ask a file (e.g. exe, dll) what it’s version is. I replace your key with one I have on my system:
//first notice the “I” is “registry key value.” Can’t ask for a version of that.
q: (value “DLLFullPath” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ASP.NET\2.0.50727.0” of native registry)
This is a great approach! I wouldn’t have even thought to do it that way. Thank you for your time on this.
I’m getting “Error: Singular expression refers to nonexistent object.” which is odd because the file is certainly there and at that correct path. And the method works with EXE’s in other directories within System32.
I’ll work on that on my end. You’ve been a great help!