We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8938f1 commit a8fe4e5Copy full SHA for a8fe4e5
1 file changed
optimize.ps1
@@ -200,4 +200,9 @@ if ($userinput -eq 'y') {
200
Set-ItemProperty -Path $IPv6.registry.Path[$i] -Name $IPv6.registry.Name[$i] -Value $IPv6.registry.Value[$i] -Type $IPv6.registry.Type[$i]
201
}
202
Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
203
+}
204
+
205
+if ((Test-Path -Path $TempFolder) -and ($configdir -eq $TempFolder)) {
206
+ Write-Output "Cleaning up..."
207
+ Remove-Item -Recurse -Force $TempFolder
208
0 commit comments