Modern Windows Toolkit — App Installer, System Tweaks & Network Diagnostics
Built with Electron · Portable EXE · No Dependencies Required
irm https://raw.githubusercontent.com/GoblinRules/InvokeX/main/install.ps1 | iexOr download the portable EXE directly from Releases.
Install and manage essential Windows applications with one click:
- TRIP (Tray IP) — Lightweight system tray IP monitor
- ClearShot — Screenshot tool with region capture & annotation
- SlickClick — Lightweight auto-clicker
- PyAutoClicker — Automated clicking utility
- IP Python Tray App — System tray IP display (legacy)
- PowerEventProvider — Power management event provider service
- CTT WinUtil — ChrisTitusTech's Windows utility collection
- MASS — Microsoft Activation Scripts
- Tailscale — VPN and secure networking mesh
- MuMu Player — Android emulator for Windows
- Ninite — Essential apps bundle (7-Zip, Chrome, Firefox, Notepad++)
Each app card shows real-time install status, category tags, and links to source repositories.
11 powerful system configuration tools:
- Hide Shutdown Options from power menu
- Set Chrome as Default Browser
- Power Management Settings (never sleep, display always on)
- Power Actions with countdown (Restart / Shutdown)
- Prevent User Account Creation via Group Policy
- Create Admin Account with proper group membership
- Enable/Disable Remote Desktop with firewall rules
- Windows Update Configuration (Default / Security / Disable)
- Startup Programs Manager
- Hosts File Editor
- Network Settings (DNS, Flush DNS, Winsock reset)
- Defender Exclusion for TRIP
Built-in network diagnostics suite:
- Ping — ICMP echo requests with configurable count
- Traceroute — Route tracing to destination hosts
- Quick Actions — Flush DNS, IPConfig, IPConfig /all, Network Info
Comprehensive hardware overview:
- OS details, CPU, RAM, GPU, Motherboard
- Storage drives with visual usage bars and free space indicators
- Network adapter listing
- Dual theme — Dark (glassmorphism) and Light modes with toggle
- Integrated terminal — Real-time color-coded command output
- Search — Global search bar (Ctrl+K) across all sections
- Keyboard shortcuts — Navigate sections with Ctrl+1 through Ctrl+5
- Admin detection — Status indicator and one-click elevation
- Batch operations — Select and install multiple apps at once
- Toast notifications — Non-intrusive success/error feedback
- Windows 10 or 11
- Internet connection (for downloads)
- Administrator privileges (recommended — some tweaks require elevation)
No Python, Node.js, or other runtime needed — InvokeX is a self-contained portable EXE.
irm https://raw.githubusercontent.com/GoblinRules/InvokeX/main/install.ps1 | iexThis will:
- ✅ Download
InvokeX.exe(~75 MB) toC:\Tools\InvokeX - ✅ Create Desktop shortcut with custom icon
- ✅ Create Start Menu shortcut
- ✅ Optionally launch the app immediately
- Go to Releases
- Download
InvokeX.exe - Run it from anywhere — it's fully portable
| Action | How |
|---|---|
| Launch | Double-click InvokeX.exe or the Desktop shortcut |
| Switch sections | Click sidebar or press Ctrl+1 through Ctrl+5 |
| Search | Ctrl+K to focus the search bar |
| Toggle theme | Click the ☀️/🌙 icon in the header |
| Restart as Admin | Click banner or use the Restart button in sidebar |
| Batch install | Check app cards → batch actions appear |
| Color | Meaning |
|---|---|
| 🟢 Green | Success |
| 🔵 Blue | Information |
| 🟡 Yellow | Warning |
| 🔴 Red | Error |
InvokeX/
├── main.js # Electron main process (IPC, downloads, system ops)
├── preload.js # Context bridge (secure IPC exposure)
├── index.html # Application shell
├── styles.css # Full design system (dark/light themes)
├── renderer.js # UI logic, app cards, tweaks, diagnostics
├── install.ps1 # PowerShell installer script
├── package.json # Electron + builder configuration
├── assets/
│ ├── icon1.ico # Application icon
│ ├── icon1.png # Application icon (PNG)
│ ├── screenshots/ # README screenshots
│ └── scripts/ # Bundled PowerShell scripts (NetTriage, etc.)
└── logs/ # Session logs (created at runtime)
- Delete
C:\Tools\InvokeX - Remove Desktop shortcut (
InvokeX.lnk) - Remove Start Menu folder:
%APPDATA%\Microsoft\Windows\Start Menu\Programs\InvokeX
# Clone and install dependencies
git clone https://github.com/GoblinRules/InvokeX.git
cd InvokeX
npm install
# Run in development mode
npm run dev
# Build portable EXE + NSIS installer
npm run distMIT License — see LICENSE for details.
Made with ❤️ by GoblinRules





