diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 13914e31..09b48b72 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -311,8 +311,9 @@ $sync["Form"].Add_ContentRendered({ } # Check internet connectivity and disable install tab if offline - $isOnline = Test-WinUtilInternetConnection - + #$isOnline = Test-WinUtilInternetConnection + $isOnline = $true # Temporarily force online mode until we can resolve false negatives + if (-not $isOnline) { # Disable the install tab $sync.WPFTab1BT.IsEnabled = $false