Page 1 of 1

Check Registry and Read Registry

Posted: Mon Jun 18, 2007 3:30 am
by swarovski
What is the difference between these 2?
Check Registry and Read Registry?

I want to also check whether the the registry value is available or not. (existing key or not)

Any good method?

Thanks in advance!

Check Registry

Posted: Mon Jun 25, 2007 5:26 pm
by SteveDude
CheckRegistry is for what you are asking...

Value Meaning
UNKNOWN$TYPE The value exists, but is of an unknown type.
BINARY$VALUE The value exists, but is a binary type that cannot be read with this command.
NO$VALUE The specified key exists, but the specified value does not exist.
NO$KEY The specified key does not exist.
READ$ERROR An error occured during the read operation (check access privileges).

The best thing to do is press the F1 key when you are in a command dialog for a good description

Posted: Tue Jun 26, 2007 1:02 am
by swarovski
Coolies. thanks a lot!

I will use F1 next time. ;p