We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5601916 + 81d5b3a commit b3aff21Copy full SHA for b3aff21
1 file changed
optimize.ps1
@@ -187,4 +187,4 @@ if ($userinput -eq 'y' -or !$userinput) {
187
for ($i = 0; $i -lt $tele.registry.name.Count; $i++) {
188
Set-ItemProperty -Path $tele.registry.Path[$i] -Name $tele.registry.Name[$i] -Value $tele.registry.Value[$i] -Type $tele.registry.Type[$i]
189
}
190
-}
+}
0 commit comments