Fixed
- Windows: no more console-window "waterfall." Every adb call (and the
network-scan gateway lookup) now spawns withCREATE_NO_WINDOW, so the app
no longer flashes acmdwindow for each command. Previously, pressing
anything that ran multiple adb commands popped a cascade of console windows
open and closed. macOS/Linux were never affected. (Thanks to the Reddit
report.)
First-run warnings
These builds are unsigned. Your OS may complain on first launch:
- macOS (Gatekeeper): the first-launch dialog on macOS 15+ only offers "Move to Trash" or "Done" — click Done, then either:
- Terminal:
xattr -dr com.apple.quarantine "/Applications/Shield Optimizer.app"(one-time, then double-click as normal) - GUI: System Settings → Privacy & Security → scroll to the "Shield Optimizer was blocked" message → Open Anyway → enter password
- Terminal:
- Windows (SmartScreen): "More info" → "Run anyway".
- Linux:
chmod +x ShieldOptimizer*.AppImagebefore running.
See the v2 README for setup and feature docs.