This commit is contained in:
Jeffrey
2026-05-27 21:48:07 +02:00
parent 4109588e0f
commit 3f763b01ab
3 changed files with 130 additions and 114 deletions

View File

@@ -120,7 +120,7 @@ function Normalize-RegistryBackup {
ComputerName = [string]$Backup.ComputerName
Target = $normalizedTarget
SelectedFeatures = @($selectedFeatures)
SelectedUndoFeatures = @($selectedUndoFeatures)
SelectedUndoFeatures = @($selectedUndoFeatures)
RegistryKeys = @($normalizedKeys)
}
}