# reg The reg binary is used to interact with the Windows registry from the command line. ```powershell reg query $REGISTRY_PATH ``` Registry paths will typically start with HKLM (HKey Local Machine), HKCU (HKey Current User), etc.