feat(registry): add GPO override warning and WhatIf dry-run previews (#611)

Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com>
This commit is contained in:
HetCreep
2026-06-21 21:30:31 +02:00
committed by GitHub
co-authored by Jeffrey
parent 82894176d9
commit dfe7810346
16 changed files with 178 additions and 32 deletions
+1
View File
@@ -81,3 +81,4 @@ function Get-RegistryFilePathForFeature {
return Join-Path $script:RegfilesPath $RegistryKey
}