Re: How to change a registry value using ms script by \
\
Thu Jan 26 07:39:04 CST 2006
> I need to change a registry value using MS Script and have searched
> around and can not find how to anywhere. I have found deleteing values
> and adding a new registry key but not changing. Can anyone help me out
> here?
To change a value, just overwrite it. The RegWrite method "creates a new key,
adds another value-name to an existing key (and assigns it a value), or changes
the value of an existing value-name." Look up RegWrite in your scripting help
file.
--
Crash