A lightweight Windows utility that minimizes the currently active window without changing its maximize/restore state. Designed for smooth integration with Microsoft PowerToys using custom keyboard shortcuts like Win + N.
Perfect for those who want to minimize apps with a shortcut — without the downsides of
Win + Downor flashing CMD windows.
- 🎯 Minimizes the currently focused window
- 🚫 No command prompt flicker (built as a WinForms app)
- 🧠 Remembers window state (doesn’t convert maximized → restored)
- ⚡ One-click launch using PowerToys shortcut mapping
- 🧩 Simple, silent
.exe– no UI, exits immediately
Windows' built-in Win + ↓ minimizes windows only after two presses and restores them in a non-maximized state. This utility minimizes the window in a single keypress and restores it exactly as it was — perfect for productivity workflows.
A lightweight alternative to AutoHotKey — no scripting engine or background process required.
- Open PowerToys → Keyboard Manager → Remap a Shortcut
- Click "Remap a shortcut"
- From:
Win + N
To:Run Program - Select the path to your
MinimizeApp.exe - Save and use!
Now, pressing Win + N minimizes the active window instantly.