I'm trying to apply changes in two different areas (local machine & current user):
1. HKEY_CURRENT_USER\Control Panel\Desktop
2. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
If you could point me to the documentation on the API functions to apply the settings I would really appreicate it. I have searched and searched and can't find it.
Thanks for the reply!!
Troy
----- DalePres wrote: -----
What specific system settings are you trying to change? There are API
functions that will reload some of them and others can only be read as part
of the user settings upon login. There are still others that will only be
read on startup - so the answer to your question really depends on what it
is you're trying to change.
Dale
Troy Heber said:
Can anyone tell me how to force an immediate apply of system based
registry changes. I have an application written in C# that updates the
registry. However I'm forced to logout and log back in for the changes to
take effect. I need to figure out how to have an apply button (just like the
one in Microsoft power tweak). Any help is greatly appreciated.