Toggle desktop icon and taskbar visibility on Windows with a double-click or hotkey.
A tiny Windows utility that stays out of your way.
Inspired by Stardock Fences' double-click to hide/show desktop icons feature. Polterdesk is a lightweight, open-source, and most importantly, free alternative to that feature.
- Double-click an empty area of your desktop to hide/show all icons
- Global hotkey (default
Ctrl+Alt+H) works from any application - Taskbar auto-hide toggles alongside icons (configurable)
- Click blocking prevents accidentally opening files when icons are hidden
- Tray icon with right-click menu for quick access
- Windows 10 (1903+) or Windows 11
- Visual C++ Redistributable (if not already installed)
- Download
polterdesk.exefrom the releases page - Run it - a tray icon appears in the notification area
- Double-click the desktop to hide icons, double-click again to show them
- Or press Ctrl+Alt+H from anywhere
Right-click the tray icon and select Open (or single-click) to access settings:
- Hotkey - click the field and press a new key combination to change it
- Start with Windows - launch automatically on login
- Also hide taskbar - toggle the taskbar alongside icons
- macOS support
- Rust stable (>= 1.85) with
x86_64-pc-windows-msvctarget - Visual Studio Build Tools 2022 (MSVC v143)
- Windows SDK 10.0.22621.0+
cargo build --releaseThe binary is at target\release\polterdesk.exe.
cargo test --lib # unit tests
cargo test # all tests (requires Windows desktop)MIT

