Ensure Registry Value
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Ensure Registry Value
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Ensure Registry Value
Ensures that a registry value exists or does not exist on a specified key.
Script usage:
Windows::Ensure-RegistryValue( Name: <text>, [Value: <@(text)>], [Kind: <integer>], [Exists: <true/false>], Hive: <integer>, Key: <text> );
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Value name | text | Name | This argument is required. |
Value | @(text) | Value | |
Value kind | integer | Kind | |
Exists | true/false | Exists | |
☆ Hive | integer | Hive | This argument is required. |
☆ Key | text | Key | This argument is required. |
Example:
Windows::Ensure-RegistryValue ( Name: ServicePath, Value: C:\BuildMaster\Service, Hive: LocalMachine, Key: SOFTWARE\Inedo\BuildMaster );
Was this article helpful?