Change the (Default) Reg Entry

PROKA

Well-known member
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
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
 
Back
Top