Hello Mark On Thursday, February 3, 2011, 1:32:33 PM, you wrote:
> Reading / loading the data of all programs that reside on a > computer at startup is overkill, particularly those programs > of which one knows, even at the time they are being installed, > that they will only be used a few times (or even only > once) a year. Windows may be daft but it's not that daft :-) The registry is only read when data is needed from it, admittedly quite a lot at boot time, but after that only when a program needs it. I have to say I long for the days of ini files, and MSFT guidelines for some years now have been for programs to keep their specific data in their own (probably xml) files. Not in the Program Files directory since the days of Vista though! -- Best regards, Jeff Gaines www.avoncastle.net ________________________________________________ Current version is 4.2.42 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

