A lightweight Windows 10/11 application to hide/show the taskbar with system tray and CLI control.
Get the latest release from the Releases page.
thide-x64.msi or thide-arm64.msi from the Releases pageC:\Program Files\thide\bin\thide from any command prompt/PowerShell windowUninstall: Use "Add or Remove Programs" in Windows Settings
thide-x64-portable.zip or thide-arm64-portable.zip from the Releases pageC:\Tools\thide\)thide.exe from the extracted folder - no installation required!thide.exe - The applicationLICENSE.txt - License informationREADME-PORTABLE.txt - Quick start guideDouble-click thide.exe to run in system tray mode:
Control the running app from the command line:
# If installed via MSI, you can run from anywhere:
thide start
# If using portable exe, run from the directory or add to PATH:
.\thide.exe start
# Show the taskbar (if app is running)
thide show
# Hide the taskbar (if app is running)
thide hide
# Toggle the taskbar state (if app is running)
thide toggle
# Stop the app and restore taskbar
thide stop
# Enable autostart on Windows login
thide enable-autostart
# Disable autostart
thide disable-autostart
# Show help
thide help
Notes:
- MSI users: The thide command works from any location (added to PATH automatically)
- Portable users: Run .\thide.exe from the directory, or add the folder to your PATH manually
- The start command launches THide in GUI mode if it's not already running
- Control commands (show/hide/stop) require the GUI app to be running
- Autostart commands use Windows registry
Use the built-in CLI command to add THide to Windows startup:
# Enable autostart (adds registry entry)
.\thide.exe enable-autostart
# Disable autostart (removes registry entry)
.\thide.exe disable-autostart
This adds an entry to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run.
# Clone the repository
git clone https://github.com/amnweb/thide.git
cd thide
cargo build --release
# Add ARM64 target
rustup target add aarch64-pc-windows-msvc
# Build for ARM64
cargo build --release --target aarch64-pc-windows-msvc
# The executable will be at: target\aarch64-pc-windows-msvc\release\thide.exe
Shell_TrayWnd class namethide.exe processes in Task Manager$ claude mcp add thide \
-- python -m otcore.mcp_server <graph>