Expand description
§stuckbar
A CLI tool for restarting Windows Explorer when the taskbar gets stuck.
This crate provides functionality to kill, start, and restart the Windows Explorer process, which is useful when the Windows taskbar becomes unresponsive.
§Features
mcp- Enable Model Context Protocol (MCP) server support for AI agent integration
§Platform Support
This tool is Windows-only. Running on other platforms will result in an error.
Structs§
- Explorer
Manager - Explorer manager that handles explorer.exe operations
- Process
Result - Result of a process operation
- System
Process Runner - Real implementation that interacts with the system
Constants§
- RESTART_
DELAY_ MS - Delay in milliseconds before starting explorer.exe after termination
Traits§
- Process
Runner - Trait for abstracting process operations (enables testing)
Functions§
- check_
platform - Check platform and return an error message if not Windows
- is_
windows - Check if the current platform is Windows