Hi,
I have a question regarding windows registry. The quesion i have concerns the two section HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. Now say if a value is defined in both HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER which value will window use?

Let me give you an example.
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page
value=www.vbforums.com
HKEY_Local_Machine\Software\Microsoft\Internet Explorer\Main\Start Page
value=www.google.com
Will both be executed but one will be used or Local_Machine one will have priority?
Well I guess i will havet to test it out myself to be certain, but does anyone know any how such windows deals with similar scinario?

Thanks
Danial