Move trailing ellipsis out of config

This commit is contained in:
Jeffrey
2026-06-10 21:00:07 +02:00
parent 2aa9afaa2c
commit fdac0a6d14
3 changed files with 177 additions and 177 deletions

View File

@@ -14,7 +14,7 @@ function ExecuteParameter {
# If feature has RegistryKey and ApplyText, use dynamic ImportRegistryFile
if ($feature -and $feature.RegistryKey -and $feature.ApplyText) {
ImportRegistryFile "> $($feature.ApplyText)" $feature.RegistryKey
ImportRegistryFile "> $($feature.ApplyText)..." $feature.RegistryKey
# Handle special cases that have additional logic after ImportRegistryFile
switch ($paramKey) {