Crate stuckbar

Crate stuckbar 

Source
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§

ExplorerManager
Explorer manager that handles explorer.exe operations
ProcessResult
Result of a process operation
SystemProcessRunner
Real implementation that interacts with the system

Constants§

RESTART_DELAY_MS
Delay in milliseconds before starting explorer.exe after termination

Traits§

ProcessRunner
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