How to read registry hive
hi friends, i need to write a vbscript to read all the keys existing in services-key and check in which all, the value names DelayedAutoStart & Start exist. and change value data in them. Please reply fast, i have a deadline
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Go to jsware.net and find the cRegistry class. I think that's its name. It may be part of the class pack, I can't remember. That class features a function to enumerate the data and values of a registry key. I don't know what level your VBS is at but don't be out off by the dreaded word "class": there are samples in the code itself to show you how to use it.

so that the conversation will remain readable.