ertan2002 adlı üyeden alıntı: mesajı görüntüle
http://www.codeproject.com/Articles/...egistry-with-C

read function yazan yerde klasör kontrolü yapan kod var, onu kullanabilirsin
Hocam şu kodu yazdım ama hata veriyor
RegistryKey rk = baseRegistryKey;
            // Open a subKey as read-only
            RegistryKey sk1 = rk.OpenSubKey(subKey);