Forgive the onslaught of questions, but I'm a novice. I've got little experience with the registry and I'm not sure about the snytax of the Registry class.
Microsoft.Win32.Registry.LocalMachine.ToString returns the string:
HKEY_LOCAL_MACHINE [0x80000002]
Anyway, I'm pretty sure that bit is irrelevant. How do I use Microsoft.Win32.Registry to query? What's the proper syntax and what data type will it return? I'm assuming that "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\" is some sort of arguement.
Any working examples I can test and practice with?
Thanks again.
-Matt