set_registry job from windows-utilities/0.20.0
Set Windows registy
Github source:
6f16801 or
master branch
Properties¶
entries¶
Array of registy entries
- Default
[]
- Example
-
entries: - name: enablesecuritysignature path: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters type: DWord value: "1" - name: requiresecuritysignature path: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters type: DWord value: "1" - name: enablesecuritysignature path: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters type: DWord value: "1" - name: requiresecuritysignature path: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters type: DWord value: "1"
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/set_registry/ directory
(learn more).
bin/pre-start.ps1(frompre-start.ps1.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.
This job relies on no runtime packages.