WinTool is a curated set of PowerShell scripts that download trusted Windows utilities on demand, run them, and remove all temporary files afterward.
Perfect for quick diagnostics, optimization, security tasks, and system management — no permanent installs, no clutter.
Browse all tools with descriptions at: https://wintool.poziel.dev
Click "Copy Command" or "One-Click" to get started instantly!
Launch the arrow-based menu in PowerShell:
irm https://wintool.poziel.dev/get | iexThis will:
- Load the complete tool catalog from
tools.json - Display tools organized by category
- Let you navigate with arrow keys and launch with Enter
- No need to remember individual command names!
WinTool includes utilities across multiple categories:
- Hardware & Diagnostics – CPU-Z, HWiNFO, CrystalDiskInfo, CrystalDiskMark
- Privacy & Optimization – O&O ShutUp10++, Optimizer, Cleanmgr+, xd-AntiSpy, SuperMSConfig
- Microsoft Sysinternals – Autoruns, Process Explorer, Process Monitor
- System Utilities – Microsoft Activation Scripts, BlockRazer, Everything, O&O RegEditor
- Package Managers – UniGetUI
Total: 19 tools and growing!
View the complete catalog:
- Website: https://wintool.poziel.dev
- Interactive Menu:
irm https://wintool.poziel.dev/get | iex
If you know which tool you want, run it directly:
irm https://wintool.poziel.dev/<scriptname> | iexReplace <scriptname> with the tool name (e.g., cpuz, hwinfo, optimizer).
Example:
irm https://wintool.poziel.dev/cpuz | iexBy default, each script will:
- Download the latest portable version of the tool
- Run it immediately (some tools may prompt for elevation)
- Delete all temporary files when you close the tool
(Pass-NoCleanupwhen running the script to skip auto-cleanup)
All tool information is centrally managed in tools.json, making it easy to:
- Browse tools on the website
- Use the interactive PowerShell menu
- See descriptions, features, and categories in one place
- Windows 10/11
- PowerShell 5.1+ or PowerShell Core
- Internet connection
- Execution policy allowing script execution (for one-shot commands, run from a trusted shell)
- Interactive menu to select tools
- Add checksum verification for downloaded files
- Optional silent/auto mode for supported utilities
- Script signing for enterprise environments
- Favorites/recently used tools tracking
MIT License — see LICENSE file in the repository for details.