Forum Discussion

euincy's avatar
euincy
Copper Contributor
May 08, 2026

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 Windows 10 one. It is a really small program, but (imho) is well structured, full of failsafes and I'm really proud of it.

You can check the source code on my GitHub, there is a release .exe file, but i would like your opinion on my source code.

thanks for reading me!

1 Reply

  • Kareemiy's avatar
    Kareemiy
    Copper 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.