Editing client side registry

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnuSumesh
    New Member
    • Aug 2007
    • 96

    Editing client side registry

    Hi,

    One of our customer has following requirement:
    When user login to web site, some key should be added to client side registry and when he logs off, then that key should be deleted from registry.

    I know that editing client side registry is not safe but our client has this requirement.

    Can anyone please help me how can we edit client registry?

    Regards,
    Anu
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You could probably use a browser-specific solution. Which browser will the client be using?

    Comment

    • AnuSumesh
      New Member
      • Aug 2007
      • 96

      #3
      I want the solution for IE browser and XP SP3 OS.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        In that case, look into an ActiveX solution. I don't have much experience in this area, but you could look at the documentation to see if you can find anything. Note that it you will need to change the security settings or sign the script.

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          I think the RegWrite method should help solve the problem.

          Comment

          Working...