Is there a way to get a new registry recognized without rebooting? I'm adding
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLinkedConnections
|
Is there a way to get a new registry recognized without rebooting? I'm adding
|
||||
|
|
|
That all depends on the application that is using the registry key. When a key is updated, it is updated, but an application my only look at the key at startup. Rebooting is just a simple way of ensuring that the new key is loaded. |
|||
|
|
|
The best way to get the registry refreshed is to kill the Explorer.exe process via Task Manager. That way, the registry is reloaded (on old trick that has worked since Windows 95). Although I am not sure if the entire registry or only part of it is reloaded, @Gnoupi 's advice to logout and log back in helps as well. |
|||
|
|
|
I just wonder if you can identify a service that integrates with the registry setting, and just restart that service. A wild guess, would restarting the workstation or server service circumvent a reboot? Else any of those services beginning with Microsoft or Windows. |
|||
|
|
|
From what I read here, this registry key is about this:
The key itself is updated and valid in the registry as soon as you modify it, like headyd said. However, this will most likely be read by the system only at logon time, so you will have to reboot, or at least log again. Registry is like a database of parameters available for programs. But it's only a place to read and store parameters, it won't trigger an update in the concerned programs when you change a value. |
||||
|
|