RegyFix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
==Usage== | ==Usage== | ||
RegyFix: | RegyFix:<description>,<rootkey>,<keypath>,<value=change>[,advanced build parameters] | ||
===Examples=== | ===Examples=== | ||
| Line 6: | Line 6: | ||
===Description=== | ===Description=== | ||
Used to handle a registry value that is set to a specified data. | Used to handle a registry value that is set to a specified data. Using [[RegyValue]] plus a verifier may lead to the same result. | ||
# 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 12: | Line 12: | ||
# The path to the value, starting with a backslash. {{PathTemplates}} | # The path to the value, starting with a backslash. {{PathTemplates}} | ||
# The name of the value, and the proposed change. {{AlgoPrefix}} {{PathTemplates}} | # The name of the value, and the proposed change. {{AlgoPrefix}} {{PathTemplates}} | ||
# This field supports [[Advanced build parameters|advanced build parameters]]. | |||
===Scan Results=== | |||
* The registry values to be removed. | |||
==See also== | ==See also== | ||
* [[Advanced build parameters]] | |||
* [[AlgoPrefix]] | * [[AlgoPrefix]] | ||
* [[Description templates]] | * [[Description templates]] | ||
| Line 24: | Line 29: | ||
[[Category:SBI Commands]] | [[Category:SBI Commands]] | ||
Revision as of 13:38, 18 February 2008
Usage
RegyFix:<description>,<rootkey>,<keypath>,<value=change>[,advanced build parameters]
Examples
Description
Used to handle a registry value that is set to a specified data. Using RegyValue plus a verifier may lead to the same result.
- 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. PT
- The name of the value, and the proposed change. AP PT
- This field supports advanced build parameters.
Scan Results
- The registry values to be removed.