Dear,
Our cleanup.kix scripts deals with all kind of formats, which
requires different solutions.
Some examples
- a fixed key, which can remove easily.
- a serial of keys like "File1", "File2", ..., "File9" requires an additional loop structure
- a serial of keys with different names must first detect
- sometimes all keys lays below a specific section key like "Recent List"
- sometimes you may only remove the value of specific keys
- sometimes you find individual keys and values in an INI file
greetings.
btw: your example must show something like
WriteValue("HKLM\software\microsoft\winnt\wkstation\parameters\rdr", "plaintextpassword", "1", "reg_sz")
instead of
WriteValue(HKLM\sw\ms\winnt\wkstation\parameters\rdr, "plaintextpassword" = 1)
(sw should be software)
(ms should be microsoft)
greetings.
[ 08. March 2003, 22:02: Message edited by: MCA ]