
86
Windows Registry Manager
This tool allows users to manipulate registry information in Windows. It is based on a custom release management
PowerShell script. The configuration variables of this tool are:
Fixed value ./ManageWindowsRegistry.ps1.
The action to be performed. The allowed values
are:
- CreateKey : Create a new registry key
- ModifyKey : Modify a registry key or its
data
- DeleteKey : Delete a registry key with all
its values and sub keys
- CreateValue : Create a new registry
value located under a key
- ModifyValue : Modify a registry value
located under a key
- DeleteValue : Delete a registry value
located under a key
Indicates if the key / value is accessed in the 32-
bit or 64 bit registry- If not provided, the default
is 32-bit.
Path and name of the registry key (i.e.
HKLM\Software\MyKey).
Registry value to which changes will be
applied (i.e. MyValue). Required for
CreateValue, ModifyValue and DeleteValue.
Comentarios a estos manuales