Page 1 of 1

How to scan registry and found bad/not use value registry.

PostPosted: September 1st, 2005, 5:24 am
by putu-82
How to scan registry and found bad/not use value registry ?
I want make software free for registry.
Thank.

PostPosted: September 1st, 2005, 9:32 am
by Kambiz
For this purpose you can use GetKeyNames and GetValueNames methods of TRegistry class.

Please example.

PostPosted: September 7th, 2005, 2:19 am
by putu-82
Kambiz wrote:For this purpose you can use GetKeyNames and GetValueNames methods of TRegistry class.


But, how can i now this value registry is bad ?.
Thank Kambiz.

PostPosted: September 7th, 2005, 10:04 am
by Kambiz
To know that you must know the usage of all Windows registerty entries as well as the installed applications, which is almost impossible.