mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
Fix DHCP DNS reset handling (#4800)
This commit is contained in:
@@ -70,7 +70,9 @@ function Invoke-WPFtweaksbutton {
|
||||
}
|
||||
}
|
||||
|
||||
Set-WinUtilDNS -DNSProvider $dnsProvider
|
||||
if ($dnsProvider -ne "Default") {
|
||||
Set-WinUtilDNS -DNSProvider $dnsProvider
|
||||
}
|
||||
|
||||
for ($i = 0; $i -lt $tweaks.Count; $i++) {
|
||||
Set-WinUtilProgressBar -Label "Applying $($tweaks[$i])" -Percent ($completedSteps / $totalSteps * 100)
|
||||
|
||||
Reference in New Issue
Block a user