How do I access the default value of a registry key? In VB?

BD2003

Lifer
Oct 9, 1999
16,815
1
81
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?