User guide
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:
Parameter
Variable
Mandatory?
Description
-command
N/A
Yes
Fixed value ./ManageWindowsRegistry.ps1.
-Action
Action
Yes
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
-OperatingSystemType
No
Indicates if the key / value is accessed in the 32-
bit or 64 bit registry- If not provided, the default
is 32-bit.
-RegistryKey
RegistryK
ey
Yes
Path and name of the registry key (i.e.
HKLM\Software\MyKey).
-RegistryValue
No*
Registry value to which changes will be
applied (i.e. MyValue). Required for
CreateValue, ModifyValue and DeleteValue.