Dynamic Lock Registry Path in Windows
This article provides the exact Windows Registry path required to configure the Dynamic Lock feature on a system-wide level. Dynamic Lock uses paired Bluetooth devices to automatically lock Windows when the device moves out of range, and administrators can enforce or disable this behavior across all users using the Registry Editor (Regedit).
System-Wide Dynamic Lock Registry Path
The system-wide policy configuration for Dynamic Lock is located in the following path in the Registry Editor:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DynamicLock
Configuration Details
To manage Dynamic Lock through this key, configure the following DWORD value:
- Value Name:
EnableDynamicLock - Value Type:
REG_DWORD(32-bit) - Value Data:
1= Dynamic Lock is enabled and enforced system-wide.0= Dynamic Lock is disabled and turned off for all users.
How to Apply the Setting
- Press
Win + R, typeregedit, and press Enter to open the Registry Editor. - Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. - If the
DynamicLockkey does not exist underWindows, right-click on theWindowsfolder, select New > Key, and name itDynamicLock. - Select the
DynamicLockkey, right-click in the right pane, select New > DWORD (32-bit) Value, and name itEnableDynamicLock. - Double-click
EnableDynamicLockand set its value to1to enable or0to disable. - Restart the computer or restart the Windows Explorer process for the policy changes to take effect.