Forum Discussion
euincy
May 08, 2026Copper Contributor
I was pissed at the Windows 11 context menu so I built this.
Since I always been mad at the Windows 11 default context menu, and since I am learning Rust, I've decided to write a small CLI program to revert the default Windows 11 context menu to the Window...
Kareemiy
May 09, 2026Copper Contributor
That sounds like a fantastic project! Creating a CLI tool in Rust to customize or revert Windows 11 context menus demonstrates both your initiative and your growing Rust skills. It's great that you prioritize structure and safety with failsafes—these qualities are essential when modifying system settings.