How can I force a registry change to be recognized by the system?

  • Thread starter Thread starter Will Steele
  • Start date Start date
W

Will Steele

Guest
I am supporting a client application by modifying the registry. After I make the modification to the registry itself, I need to figure out to force this update to be recognized by the system. I think the old approach was to call RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters ,1 ,True, however in Windows 7, this does not work any longer. Is there a P/Invoke method I can use to force changes to the registry to be received?

Continue reading...
 
Back
Top