{"id":38972139,"url":"https://github.com/amnweb/thide","last_synced_at":"2026-01-17T16:40:22.950Z","repository":{"id":320659892,"uuid":"1078861885","full_name":"amnweb/thide","owner":"amnweb","description":"A lightweight Windows 10/11 application to hide/show the taskbar with system tray and CLI control","archived":false,"fork":false,"pushed_at":"2025-11-04T00:48:04.000Z","size":37,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-04T02:26:16.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amnweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"amnweb","ko_fi":"amnweb"}},"created_at":"2025-10-18T15:28:11.000Z","updated_at":"2025-11-02T15:55:02.000Z","dependencies_parsed_at":"2025-10-25T05:34:10.460Z","dependency_job_id":null,"html_url":"https://github.com/amnweb/thide","commit_stats":null,"previous_names":["amnweb/thide"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/amnweb/thide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnweb%2Fthide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnweb%2Fthide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnweb%2Fthide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnweb%2Fthide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amnweb","download_url":"https://codeload.github.com/amnweb/thide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amnweb%2Fthide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T16:40:22.420Z","updated_at":"2026-01-17T16:40:22.936Z","avatar_url":"https://github.com/amnweb.png","language":"Rust","readme":"# Taskbar Hide\n\nA lightweight Windows 10/11 application to hide/show the taskbar with system tray and CLI control.\n\n## Features\n\n- 🎯 **Hide/Show Windows 10/11 Taskbar** - Complete control over taskbar visibility\n- 🖱️ **System Tray Icon** - Easy access from system tray with menu\n- ⌨️ **CLI Support** - Command-line interface for automation\n- 🔒 **Single Instance** - Prevents multiple instances from running\n- 🎨 **YASB Compatible** - Works with YASB and other custom status bars\n- ⚡ **Lightweight** - ~600 KB, minimal resource usage\n- 🚀 **No Dependencies** - Self-contained executable with static CRT linking\n- 💻 **Multi-Architecture** - Available for x64 and ARM64 Windows\n\n## Download\n\nGet the latest release from the [Releases page](../../releases).\n\n### Available Formats\n\n- **MSI Installer** (Recommended) - Installs to Program Files and adds to PATH automatically\n- **Portable ZIP** - Standalone package with executable, LICENSE, and README - no installation needed\n\n### Architectures\n\n- **x64** - For Intel/AMD 64-bit systems (most common)\n- **ARM64** - For ARM-based Windows devices (e.g., Surface Pro X, Snapdragon PCs)\n\n## Installation\n\n### Option 1: MSI Installer (Recommended)\n\n1. Download `thide-x64.msi` or `thide-arm64.msi` from the [Releases page](../../releases)\n2. Double-click the MSI file and follow the installation wizard\n3. The application will be installed to `C:\\Program Files\\thide\\bin\\`\n4. **PATH is configured automatically** - you can run `thide` from any command prompt/PowerShell window\n5. Start menu shortcut is created automatically\n\n**Uninstall:** Use \"Add or Remove Programs\" in Windows Settings\n\n### Option 2: Portable ZIP\n\n1. Download `thide-x64-portable.zip` or `thide-arm64-portable.zip` from the [Releases page](../../releases)\n2. Extract the ZIP file to any location on your system (e.g., `C:\\Tools\\thide\\`)\n3. Run `thide.exe` from the extracted folder - no installation required!\n4. The ZIP includes:\n   - `thide.exe` - The application\n   - `LICENSE.txt` - License information\n   - `README-PORTABLE.txt` - Quick start guide\n5. (Optional) Add the folder to your PATH to use CLI commands globally\n\n## Usage\n\n### GUI Mode\n\nDouble-click `thide.exe` to run in system tray mode:\n\n- The app will hide the taskbar and run in the background\n- Look for the icon in your system tray\n- Right-click the tray icon to access the menu:\n  - **Show Taskbar** - Make taskbar visible\n  - **Hide Taskbar** - Hide the taskbar\n  - **Quit** - Exit and restore taskbar\n\n### CLI Mode\n\nControl the running app from the command line:\n\n```powershell\n# If installed via MSI, you can run from anywhere:\nthide start\n\n# If using portable exe, run from the directory or add to PATH:\n.\\thide.exe start\n\n# Show the taskbar (if app is running)\nthide show\n\n# Hide the taskbar (if app is running)\nthide hide\n\n# Stop the app and restore taskbar\nthide stop\n\n# Enable autostart on Windows login\nthide enable-autostart\n\n# Disable autostart\nthide disable-autostart\n\n# Show help\nthide help\n```\n\n**Notes:**\n- **MSI users**: The `thide` command works from any location (added to PATH automatically)\n- **Portable users**: Run `.\\thide.exe` from the directory, or add the folder to your PATH manually\n- The `start` command launches THide in GUI mode if it's not already running\n- Control commands (show/hide/stop) require the GUI app to be running\n- Autostart commands use Windows registry\n\n### Autostart\n\nUse the built-in CLI command to add THide to Windows startup:\n\n```powershell\n# Enable autostart (adds registry entry)\n.\\thide.exe enable-autostart\n\n# Disable autostart (removes registry entry)\n.\\thide.exe disable-autostart\n```\n\nThis adds an entry to `HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run`.\n\n## Building from Source\n\n### Prerequisites\n\n- [Rust](https://www.rust-lang.org/) (stable toolchain)\n- Windows 10/11\n- (Optional) [WiX Toolset](https://wixtoolset.org/) for building MSI installers\n\n### Build Steps\n\n```powershell\n# Clone the repository\ngit clone https://github.com/amnweb/thide.git\ncd thide\ncargo build --release\n```\n\n### Cross-compile for ARM64 (on x64 machine)\n\n```powershell\n# Add ARM64 target\nrustup target add aarch64-pc-windows-msvc\n\n# Build for ARM64\ncargo build --release --target aarch64-pc-windows-msvc\n\n# The executable will be at: target\\aarch64-pc-windows-msvc\\release\\thide.exe\n```\n\n## Compatibility\n\n- ✅ Windows 11 (Primary target)\n- ✅ Windows 10 (Should work)\n- ✅ Windows on ARM64 (Native ARM64 builds available)\n- ✅ [YASB](https://github.com/amnweb/yasb) (Yet Another Status Bar)\n- ✅ Other custom status bars using `Shell_TrayWnd` class name\n\n## Troubleshooting\n\n### Taskbar won't hide\n\n- Ensure you're running the latest version\n- Check if another taskbar tool is interfering\n- Try running as administrator (usually not needed)\n\n### App won't start / \"Already running\" message\n\n- Check system tray - the app might already be running\n- Kill any existing `thide.exe` processes in Task Manager\n\n### YASB/Custom status bar disappears\n\n- This should NOT happen - the app filters by process name\n- Please report as a bug with details\n","funding_links":["https://github.com/sponsors/amnweb","https://ko-fi.com/amnweb"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famnweb%2Fthide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famnweb%2Fthide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famnweb%2Fthide/lists"}