You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ A zero-dependency **PowerShell solution** that runs a comprehensive, curated set
21
21
* Quickly identifying performance bottlenecks.
22
22
---
23
23
24
-
## What's New in v2.4
24
+
## What's New in v2.5
25
25
26
-
v2.4 focuses on fixing real-world network testing failures observed in the field, particularly on systems running VPN software (Mullvad, Tailscale, WireGuard) and environments with virtual adapters (VMware, Hyper-V). It also resolves a latency test crash that affected every system, and fixes report encoding that caused garbled output in Notepad and legacy viewers.
26
+
v2.5 focuses on fixing real-world network testing failures observed in the field, particularly on systems running VPN software (Mullvad, Tailscale, WireGuard) and environments with virtual adapters (VMware, Hyper-V). It also resolves a latency test crash that affected every system, and fixes report encoding that caused garbled output in Notepad and legacy viewers.
27
27
28
28
### Bug Fixes
29
29
@@ -71,25 +71,29 @@ v2.4 focuses on fixing real-world network testing failures observed in the field
71
71
***One-click Menu or Autorun** — interactive menu or `-AutoRun` parameter
| 15 | Windows Update | Pending updates, service status | Windows Update COM API |
175
179
176
-
### Network Testing (Option 7) — v2.4 Changes
180
+
### Network Testing (Option 7) — v2.5 Changes
177
181
178
-
The network test was the most heavily revised area in v2.4. Specific improvements:
182
+
The network test was the most heavily revised area in v2.5. Specific improvements:
179
183
180
184
***Speed test** now tries three servers in sequence (Cloudflare, Hetzner HTTP, OVH) and stops at the first success, rather than failing outright if the single Hetzner HTTPS URL is blocked or intercepted
181
185
***SSL certificate bypass** is applied per-attempt and restored immediately after, handling VPN and proxy setups that perform TLS interception (Mullvad, corporate proxies, etc.)
@@ -189,7 +193,7 @@ The network test was the most heavily revised area in v2.4. Specific improvement
189
193
### Clean Summary Report
190
194
```
191
195
=========================================
192
-
SYSTEM TEST REPORT v2.4
196
+
SYSTEM TEST REPORT v2.5
193
197
CLEAN SUMMARY
194
198
=========================================
195
199
Date: 04/23/2026 14:30:22
@@ -231,7 +235,7 @@ GPU:
231
235
232
236
NETWORK SPEED:
233
237
Active Link Speeds:
234
-
Wi-Fi: 2.4 Gbps
238
+
Wi-Fi: 2.5 Gbps
235
239
Mullvad: 100 Gbps
236
240
Tailscale: 100 Gbps
237
241
Internet Download Test:
@@ -248,7 +252,7 @@ NETWORK LATENCY:
248
252
PsPing Summary:
249
253
Min: 11.2 ms
250
254
Max: 14.7 ms
251
-
Avg: 12.4 ms
255
+
Avg: 12.5 ms
252
256
253
257
WINDOWS UPDATE:
254
258
Service: Running
@@ -279,34 +283,34 @@ The batch launcher (`SystemTester.bat`) provides:
279
283
2.**Run ALL Tests Automatically** — Complete system scan with auto-report
280
284
3.**Fix PowerShell Execution Policy** — Set CurrentUser to RemoteSigned
281
285
4.**Verify Tool Integrity** — Check digital signatures and file sizes of Sysinternals tools
282
-
5.**Download/Update Sysinternals Suite** — Auto-download from Microsoft (~35 MB); VPN-compatible in v2.4
286
+
5.**Download/Update Sysinternals Suite** — Auto-download from Microsoft (~35 MB); VPN-compatible in v2.5
0 commit comments