Difference between revisions of "RegyChange"

From SpybotWiki
Jump to: navigation, search
(Similar commands)
Line 8: Line 8:
  
 
===Description===
 
===Description===
 +
To delete a value only if it has a specific value, use [[RegyFix]] (supported since 1.3).
  
To delete a value only if it has a specific value, use [[RegyFix]] (supported since 1.3).
+
# First, a description. Using a [[Description templates|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. [[AlgoPrefix|Algo-Prefixes]] are allowed for both value name and text data here.
  
 
==See also==
 
==See also==
 +
* [[AlgoPrefix]]
 
* [[Advanced registry parameters]]
 
* [[Advanced registry parameters]]
  
Line 22: Line 27:
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands (current)]]
 
[[Category:SBI Commands (current)]]
[[Category:ToDo]]
+
[[Category:SBI Commands supporting AlgoPrefix]]

Revision as of 10:21, 17 February 2008

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).

  1. First, a description. Using a description template instead of plain text is recommended so that the user will receive a localized version.
  2. The root key, where HKEY_CURRENT_USER stands for all users actually.
  3. The path to the value, starting with a backslash.
  4. 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.

See also

Similar commands