Automated commit
This commit is contained in:
Родитель
ad1377559c
Коммит
472b5402b4
|
@ -0,0 +1,6 @@
|
|||
param([string]$value)
|
||||
|
||||
$registryPath = "HKLM:\Software\DEMO\"
|
||||
$Name = "Demo_Key"
|
||||
|
||||
New-ItemProperty -Path $registryPath -Name $name -Value $value -PropertyType String -Force
|
Загрузка…
Ссылка в новой задаче