How to read Windows Registry key?

for example
registry_lookup “/Volumes/Windows 1/Windows/System32/config/SYSTEM” "/CurrentControlSet/Services/BTHPORT/Parameters/Keys/
it does not find any keys
what is the right way?
Thanks

registry_lookup “/Volumes/Bootcamp/Windows/System32/config/SOFTWARE” “Microsoft/Windows NT/CurrentVersion” “ProductName”

1 Like

This works thanks
But I need to export
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Keys
to make BT work
and I did not managed to open this key
registry_lookup “/Volumes/Bootcamp/Windows/System32/config/SYSTEM” “CurrentControlSet\Services\BTHPORT\Parameters\Keys” does not work