Chris,

This CPU script of yours fires the imagination.
Expecially after browsing all those PERF
counters in WMI ...

Patrick,

I really like this idea of yours to poke the
registry with COM settings ... thats what most
COM components do anyways, a virtual REGPOKE
stored as a resource (kinda like an ICON) ...
thinking that we could probably eliminate half
those pokes as being superfluous ... some are
not really needed
like "HKEY_CLASSES_ROOT\kixtart.form.1" ... as
long as you never create a form like this:

$form = createobject("kixtart.form.1")

then you don't need the poke.

-Shawn

[ 08. November 2002, 03:18: Message edited by: Shawn ]