Skip to content

Releases: GoblinRules/InvokeX

v2.1.0 - System Tweaks Fix & New Icon

14 Mar 19:04

Choose a tag to compare

What's Changed in v2.1.0

🔧 System Tweaks Fixes

  • Create Admin Account: Now checks for admin elevation before executing. Reports per-group membership success/failure instead of silently swallowing errors. Added Delete Account button.
  • Enable Remote Desktop: Now creates TCP + UDP 3389 firewall rules if none exist (previously silently did nothing when built-in rules were missing). Disable RDP now cleans up created rules. Check Status shows firewall state.
  • Backslash Normalization: Fixed 99 over-escaped backslash sequences across Windows Update Configuration, Startup Programs Manager, and dialog helper functions.

➕ New Restore Defaults

  • Chrome Default Browser: Added Restore Defaults button (opens Windows Default Apps settings)
  • Network Settings: Added Restore Default DNS button (resets all adapters to automatic/DHCP)
  • Create Admin Account: Added Delete Account button with confirmation

🎨 New Icon

  • Updated application icon to new design

Downloads

  • InvokeX.exe — Portable version, no installation needed
  • InvokeX Setup 2.1.0.exe — NSIS installer with Start Menu shortcut

v2.0.4 - Installer Fix

07 Mar 13:02

Choose a tag to compare

Bug Fixes

Installer (install.ps1)

  • Fixed desktop shortcut not being created during fresh install or update
  • Removed Start-BitsTransfer which fails on GitHub's HTTP 302 redirects to CDN
  • Added automatic detection and closing of running InvokeX instances during update
  • Installer no longer exits on download failure if InvokeX.exe already exists, ensuring shortcuts are always created
  • Simplified download logic using Invoke-WebRequest with temp-file-then-move strategy

v2.0.3 — Latency Test

06 Mar 16:18

Choose a tag to compare

What's New

🧪 Latency Test (Network Tools)

  • New Latency Test card on the Network Tools page
  • Configurable destination, port, ping count, TCP sample count, and optional traceroute
  • Gateway ping stats with auto-detected gateway (loss / min / avg / max)
  • Known-good ping (1.1.1.1) for ISP baseline comparison
  • TCP connect latency with min / avg / P95 / max and jitter measurement
  • Auto-diagnosis — detects LAN, ISP, firewall, and congestion issues
  • Standalone latencytests.ps1 script included in assets for CLI use

Bug Fixes

  • Fixed PowerShell variable interpolation in ping section headers (showed literal $gw / $kg instead of IPs)

InvokeX v2.0.2

06 Mar 08:47

Choose a tag to compare

Bug Fixes

  • Defender Exclusion for TRIP: Fixed EPERM error — commands now run in an elevated PowerShell window
  • Startup Programs Manager: Fixed nested popup issue where the confirm dialog was hidden behind the startup view dialog

InvokeX v2.0.1

06 Mar 07:34

Choose a tag to compare

Bug Fix

  • Fixed crash when pressing 'Relaunch as Admin'
    • Proper path escaping for paths with spaces
    • Only pass -ArgumentList when args exist
    • Added delay before app.quit() to allow UAC prompt to appear

InvokeX v2.0.0

06 Mar 04:36

Choose a tag to compare

InvokeX v2.0 - Modern Windows Toolkit

Self-contained portable executable — no dependencies required.

Install

irm https://raw.githubusercontent.com/GoblinRules/InvokeX/main/install.ps1 | iex

Or download InvokeX.exe directly from this release.