RegyChange
Looks wether the given registry value has another value then the given one.
Usage
RegyChange:[description],[rootkey],[keypath],[value & change],<advanced regy parameters - may not work>
Examples
RegyChange:"Last used directory",HKEY_CURRENT_USER,"\Software\Microsoft\Internet Explorer\Main\","Save Directory="
Description
To delete a value only if it has a specific value, use RegyFix (supported since 1.3).
- First, a description. Using a description template instead of plain text is recommended so that the user will receive a localized version.
- The root key, where HKEY_CURRENT_USER stands for all users actually.
- The path to the value, starting with a backslash.
- An entry that is used to assign new data to a value. You can use a simple value=newdata; or for numeric values, value=dword:0815. Binary is possible as well. Algo-Prefixes are allowed for both value name and text data here.