I am trying to figure out a way to test whether or not a registry key exists. I cant think of any other way to do this other than to check whether or not the default value exists, since the only two methods I know of are getkeyvalue and update. But apparently theres some special way of accessing it, because I cant type "(Default)" or anything like that.
How to?
How to?