Every key has a "(Default)" entry .
if I want to change another entry, I use
tempreg.setvalue ( "Name",value) where
tempreg is a Microsoft.Win32.Registry.ClassesRoot.OpenSubKey
well If I want to change the (Default) Value in that subkey and not the "Name" how can I do it ?
doesnt work with tempreg.setvalue ( "(Default)",value) , it simply creates another entry
if I want to change another entry, I use
tempreg.setvalue ( "Name",value) where
tempreg is a Microsoft.Win32.Registry.ClassesRoot.OpenSubKey
well If I want to change the (Default) Value in that subkey and not the "Name" how can I do it ?
doesnt work with tempreg.setvalue ( "(Default)",value) , it simply creates another entry