CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Registry values

  1. #1
    Join Date
    Dec 2000
    Posts
    163

    Registry values

    Hello

    I make change in registry keys (from program) that effect the system.
    I want that change will work after I made them, without restart the computer.

    Is any body know how can I do it?
    Or if there any "Refresh" to the registry keys ?

    Thanks for any help.


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Registry values

    Normally, changes should take effect immediatly. The thing is that some programs only read the settings when they start, so if the program is already started, that program should be restarted. It all depends on what you change, and when the programs that use these settings read them.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured