G
gregory_may
I came accross this article that tells me that a Local/System service has a
hard time modifying any regestry keys in HKCU. Does anyone know if a
Local/System service can easily modify regestry keys in HKEY_LOCAL_MACHINE?
Thanks!
http://www.windowsitlibrary.com/Content/314/1.html:
Note: Any service that runs using the service account of LocalSystem has its
own "user profile" complete with its own HKCU - which is actually
HKU\.Default. As a result, if you try to use AT (or any other service
running in LocalSystem) to make a change to, for example, the currently
logged on user's HKCU subtree, you won't get the results you expect. Namely,
any changes to HKCU are made to LocalSystem's user profile, rather than to
the currently logged-on user on the target system.
hard time modifying any regestry keys in HKCU. Does anyone know if a
Local/System service can easily modify regestry keys in HKEY_LOCAL_MACHINE?
Thanks!
http://www.windowsitlibrary.com/Content/314/1.html:
Note: Any service that runs using the service account of LocalSystem has its
own "user profile" complete with its own HKCU - which is actually
HKU\.Default. As a result, if you try to use AT (or any other service
running in LocalSystem) to make a change to, for example, the currently
logged on user's HKCU subtree, you won't get the results you expect. Namely,
any changes to HKCU are made to LocalSystem's user profile, rather than to
the currently logged-on user on the target system.