Reading Values from HKEY_CURRENT_USER

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahesh123
    New Member
    • Oct 2007
    • 64

    Reading Values from HKEY_CURRENT_USER

    Hi Folks,

    How can I read the value from HKEY_CURRENT_US ER registry? And How can i read the value from HKEY_LOCAL_MACH INE when we are in the Limited User account in the Windows XP?

    Thanks & Regards
    ----------------------------
    Mahesh
  • prakashsakthivel
    New Member
    • Oct 2007
    • 57

    #2
    Originally posted by mahesh123
    Hi Folks,

    How can I read the value from HKEY_CURRENT_US ER registry? And How can i read the value from HKEY_LOCAL_MACH INE when we are in the Limited User account in the Windows XP?

    Thanks & Regards
    ----------------------------
    Mahesh

    Hi

    We can get value from HKEY_CURRENT_US ER through VB registry functions


    Savesetting- To store values
    Getsetting - To get values
    Deleteseting- To Delete values

    there is no idea about how to get values from HKEY_LOCAL_MACH INE
    I think there are some API functions.


    regards
    Prakash.s

    Comment

    Working...