Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

File metadata and controls

21 lines (16 loc) · 1.11 KB

Context Menu Swicther

A Rust written CLI program, that aim at making switching between Windows 11 & Windows 10 context menu a breeze !

Huge thanks to @RivenSkaye for the contribution & the fun Rust lesson !

Functionalities:

  • Restore the Windows 10 context menu by adding a key in the RegEdit.
  • Can revert back to Windows 11 context menu by deleting the newly added key in RegEdit.
  • Reload "explorer.exe" to apply the patch on-the-fly: No need to reboot !
  • Saving RegEdit config to user desired location, with user chosen name.
  • Empty reloading the shell, by restarting "explorer.exe" without applying/reverting any patch.

Demo of the functionalities:

What I will add in the future:

  • Recommend some features you would like :)

Keep in mind that I am not a professional developper, not even an amateur one.

I'm just an hobbyist programming for fun. My program aim to be safe and simples, though I am relying on Rust Docs and my own computer knowledge to do so. Feel free to review my source code, let's chat about it !