We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270e6db commit 77f5a75Copy full SHA for 77f5a75
src/Install-Defaults.psm1
@@ -322,6 +322,7 @@ function Set-Registry {
322
/f `
323
/reg:64 `
324
/z
325
+ Write-LogFile -Message "Set protected registry property: $($Item.path); $($Item.name), $($Item.value)"
326
Remove-Item -Path $RegExe -Force -ErrorAction "SilentlyContinue"
327
}
328
@@ -447,6 +448,7 @@ function Set-DefaultUserProfile {
447
448
449
450
451
452
453
454
0 commit comments