Zero.projects

windowsmenu - Ultimate Windows System Control Menu - Enhanced Edition

a tool of windows build with win32 API. Contribute to blackmatriXblack/windowsmenu development by creating an account on GitHub.

Add a comment

Replies

Best
Zero.projects
**WindowsMenu** (Ultimate Windows System Control Menu - Enhanced Edition) is a lightweight, native Windows system tray utility crafted in pure C using the Win32 API. Designed for developers, system administrators, and power users, it provides instantaneous right-click access to **350+ pre-configured system commands**—spanning file management, administrative MMC snap-ins, network diagnostics, PowerShell scripts, Windows Settings URIs, developer tools, and power management functions. Built on a data-driven architecture, the application dynamically generates hierarchical context menus from a static command registry, completely decoupling UI logic from execution. Its centralized dispatcher supports multiple invocation modes: direct executable launch, shell namespaces, CMD/PowerShell commands, elevated `runas` operations via UAC, and native Win32 system calls. The tool requires zero external dependencies—relying solely on standard libraries (`shell32`, `advapi32`, `user32`, `powrprof`)—and compiles to a compact binary with minimal memory footprint. An optional embedded GUI control panel offers button-based quick access to frequently used tools. Key features include automatic privilege escalation handling, secure static command definitions, and full compatibility with Windows 7 through 11 (x86/x64). Ideal for rapid system troubleshooting, workflow acceleration, or enterprise deployment, WindowsMenu exemplifies efficient native Windows programming—delivering maximum functionality with minimal overhead. Licensed under MIT, it offers complete transparency and extensibility for customization. 🔧💻🚀