Difference between revisions of "RegyChange"

From SpybotWiki
Jump to: navigation, search
(Description)
Line 2: Line 2:
  
 
==Usage==
 
==Usage==
  RegyChange:[description],[rootkey],[keypath],[value & change],<advanced regy parameters - may not work>
+
  RegyChange:<description>,<rootkey>,<keypath>,<value=data>[,advanced registry parameters]
  
 
===Examples===
 
===Examples===
Line 8: Line 8:
  
 
===Description===
 
===Description===
To delete a value only if it has a specific value, use [[RegyFix]] (supported since 1.3).
+
This command checks whether a specified value has known data, to be able to correct that data back to the known one should it have been changed.
  
 
# First, a description. Using a [[Description templates|description template]] instead of plain text is recommended so that the user will receive a localized version.
 
# First, a description. Using a [[Description templates|description template]] instead of plain text is recommended so that the user will receive a localized version.
Line 14: Line 14:
 
# The path to the value, starting with a backslash. {{AlgoPrefix}} {{PathTemplates}}
 
# The path to the value, starting with a backslash. {{AlgoPrefix}} {{PathTemplates}}
 
# 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. {{AlgoPrefix}}
 
# 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. {{AlgoPrefix}}
 +
# This field supports [[Advanced registry parameters|advanced registry parameters]], to be able to use another value as an additional criterion.
 +
 +
You should keep in mind that even system registry values may differ between Windows versions.
 +
 +
===Scan Results===
 +
* A special result that allows to change the value back to the known data upon fixing.
  
 
==See also==
 
==See also==
 +
* [[Advanced build parameters]]
 +
* [[Advanced registry parameters]]
 
* [[AlgoPrefix]]
 
* [[AlgoPrefix]]
* [[Advanced registry parameters]]
 
  
 
===Similar commands===
 
===Similar commands===
Line 26: Line 33:
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 
[[Category:SBI Commands supporting AlgoPrefix]]
 

Revision as of 13:36, 18 February 2008

Looks wether the given registry value has another value then the given one.

Usage

RegyChange:<description>,<rootkey>,<keypath>,<value=data>[,advanced registry parameters]

Examples

RegyChange:"Last used directory",HKEY_CURRENT_USER,"\Software\Microsoft\Internet Explorer\Main\","Save Directory="

Description

This command checks whether a specified value has known data, to be able to correct that data back to the known one should it have been changed.

  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. AP PT
  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. AP
  5. This field supports advanced registry parameters, to be able to use another value as an additional criterion.

You should keep in mind that even system registry values may differ between Windows versions.

Scan Results

  • A special result that allows to change the value back to the known data upon fixing.

See also

Similar commands