Hi !
I am trying to read the registry key "\Device\Video0" located in "HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO", but, as it begins with a "\", the command
oWSHShell.RegRead("HKLM\HARDWARE\DEVICEMAP\VIDEO\\Device\Video0"
produces an error "Invalid root in registry key ..."
I tried almost all variations (with one, two or three "\"
with no success.
Anyone can help ?
I am trying to read the registry key "\Device\Video0" located in "HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO", but, as it begins with a "\", the command
oWSHShell.RegRead("HKLM\HARDWARE\DEVICEMAP\VIDEO\\Device\Video0"
produces an error "Invalid root in registry key ..."
I tried almost all variations (with one, two or three "\"
Anyone can help ?