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