Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.2 KB

remote-registry-access-in-64-bit-windows.md

File metadata and controls

31 lines (21 loc) · 1.2 KB
title description ms.assetid keywords ms.topic ms.date
Remote Registry Access in 64-bit Windows
The registry redirector provides remote access to the registry on 64-bit Windows through the RegConnectRegistry function.
7873c1e2-53fb-4c93-bf4c-251a13cd8db7
remote registry access 64-bit Windows Programming
article
05/31/2018

Remote Registry Access in 64-bit Windows

The registry redirector provides remote access to the registry on 64-bit Windows through the RegConnectRegistry function.

If the client is a 32-bit application, it accesses the server's default 32-bit registry view. If the client is a 64-bit application, it accesses the 64-bit registry view.

Windows Server 2003: All clients access the 64-bit registry view unless the application uses the KEY_WOW64_32KEY flag. This behavior changed with Windows Server 2003 with Service Pack 1 (SP1) and Windows XP Professional x64 Edition, provided that both the client and the server are running these versions of Windows.

Related topics

Registry Redirector

Registry Reflection