Fix typo
This commit is contained in:
parent
5e4e7d4939
commit
e768c55e58
|
@ -41,7 +41,7 @@ $null = New-Module {
|
|||
foreach ($key in $options.Keys) {
|
||||
Set-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" `
|
||||
-Name $key `
|
||||
-Type "String"
|
||||
-Type "String" `
|
||||
-Value ($options[$key]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue