Closest you'll get to getAllSettings is the RegQueryMultipleValues API call
RegDeleteValue is probab;ly the other call that you are looking for.
However, if you want to avoid all the regitry API stuff and at the same time want to escape being forced to use the specific part of the registry that the built-in VB functions give you access to then might I suggest that you have a look at the Regread, regWrite and RegDelete functions of the Windows Scripting Host library
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.