Error reading the windows registry

(imported topic written by schmucke91)

hello version 8.0 had the following property

value “srvcomment” of key “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\lanmanserver\parameters”

and showed a windows registry value, but now shows this error when I run it with BES Client API Tester.exe

Error: The operator “key” is not defined.

This may be the fault if the version 8.0 showed the values

(imported comment written by jeremylam)

You need a “of registry” at the end, as in:

value “srvcomment” of key “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\lanmanserver\parameters” of registry

(imported comment written by schmucke91)

thanks