RE: HKEY_LOCAL_MACHINE Registry Access

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I have a similar problem with accessing the remote registry on W2K SP4 from
W2K3 SP1. My problem strictly exist only with W2K3 SP1. I don't get this
problem with no service pack or when I access WXP. I always get "Access
Denied" when I try to open a registry key on W2K from W2K3 SP1. I run as a
web service on IIS under the IWAM account. I impersonate the local
administrator on the W2K3 box and authenticate as the local administrator on
the W2K box. I connect to the remote registry with no problems. I just
can't open any keys as the local administrator on the W2K box. I have full
permissions to the registry. I'm not sure why this only happens with W2K3
SP1. I haven't solved my problem, yet. I found this knowledgebase pretty
helpful. Appearly, Exchange Server 2003 also has a similar problem with a
fix: http://support.microsoft.com/?id=841561. Unfortunately, the fix is
application specific for Exchange Server 2003. I wish I can find more
details on what they did to fix this problem.



"Kevin Swanson" wrote:

> I'm attempting some remote registry manipulation via C#. I've written a test
> app to simply grab a specified key from a specified hive on a specified
> machine. The call to OpenSubKey is throwing System.SecurityException.
>
> Also of note: Sitting at my local box, I can open regedit and connect to the
> remote registry. I see three hives: _CLASSES_ROOT, _LOCAL_MACHINE, and
> _USERS. I can open all but HKEY_LOCAL_MACHINE. When I try to expand that one,
> I get a simple error message that tells me almost nothing.
>
> So I'm fairly certain I'm running up against some kind of permissions issue.
> This is a dev server, but I still don't want to go mucking around too much
> without knowing what I'm doing. Via Terminal Services, I added LOCAL SERVICE
> to HKEY_LOCAL_MACHINE and a few sub keys. That didn't help. I also found two
> interesting entries in the Local Security Polcy: Remotely accessible registry
> paths and Remotely accesible registry paths and sub-paths. I didn't mess
> around with those much, but I did notice that there's no hive on any of the
> entries, and it doesn't LOOK like all of the paths I can see connecting
> remotely via regedit are in those lists (but I could be wrong).
>
> So what's the magic formula for accessing these keys remotely? And are some
> of them tied down by default? I don't think anyone here specifically decided
> to make the local_machine hive inaccessible remotely...
>
> Here's some details:
> My Machine: Windows 2000 Professional
> Remote Machine: Windows 2003 Server
> I'm an admin on both machines...
>
> Just for fun, here's a code sample:
>
> public static RegistryKey GetKey(RegistryHive hive, string key, string server)
> {
> RegistryKey parentKey;
> RegistryKey returnKey = null;
>
> if (server == null || server.Length == 0)
> {
> server = string.Empty;
> }
>
> parentKey = RegistryKey.OpenRemoteBaseKey(hive, server);
>
>
> if (parentKey != null)
> {
> try
> {
> // THE LINE BELOW THROWS
> //
> System.SecurityException
>
> returnKey = parentKey.OpenSubKey(key, true);
> }
> catch(Exception exception)
> {
> // handle the exception!
> returnKey = null;
> }
>
> }
>
> return returnKey;
> }
>
.



Relevant Pages

  • Remote registry access between two Win XP Pro machines?
    ... I'm trying to do remote registry by two different methods: ... I see the remote registry service is started and is automatic on both ... two keys are HKLM and HKLU. ... Must my admin account or my user account which belongs to the ...
    (microsoft.public.windowsxp.work_remotely)
  • Re: HKEY_LOCAL_MACHINE Registry Access
    ... > administrator on the W2K3 box and authenticate as the local administrator ... I connect to the remote registry with no problems. ... > application specific for Exchange Server 2003. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: DCOM on Windows CE.NET4.2
    ... have any headless 4.2 devices, so I've not done that for that specific case. ... I'd capture the registry using Remote Registry Editor before ... I did not see registry keys: ... Could you not have a server running on a PC ...
    (microsoft.public.windowsce.embedded.vc)
  • Remote registry access between two Win XP Pro computers
    ... I'm trying to do remote registry by two different methods: ... I see that the remote registry service is started and is automatic on both ... two keys are HKLM and HKCU. ... permissions or see if I'm on the access list as admin. ...
    (microsoft.public.windowsxp.network_web)
  • Re: Unable to logon to a Windows Server 2003 system.
    ... It must be in the location indicated by this registry key. ... You can check the system drive letter with a Command ... that you ask an experienced server administrator to assist you. ... I have a problem with a server in one of our remote sites. ...
    (microsoft.public.windows.server.general)