This commit is contained in:
Manuel Thalmann 2024-08-09 03:38:10 +02:00
parent 4ec658b387
commit a2fa8bb699

View file

@ -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]);
}
}