BUG: RegConnectRegistry on Windows NT Returns ERROR_BAD_NETPATH

ID: Q194928

The information in this article applies to:

SYMPTOMS

When the ANSI version of the RegConnectRegistry() API is called from Windows NT to connect to a remote registry on a Windows 95 or Windows 98 computer, error code 53 (ERROR_BAD_NETPATH) is returned.

RESOLUTION

To avoid this problem use RegConnectRegistryW(), the Unicode version of the API, to connect to remote Windows 95 or Windows 98 registry databases from Windows NT.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q193463
   TITLE     : HOWTO: Troubleshoot Remote Registry Access on Windows 95/98

Additional query words:
Keywords          : kbAPI kbKernBase kbNTOS350 kbNTOS351 kbNTOS400 kbRegistry 
Issue type        : kbbug

Last Reviewed: October 31, 1998