How to add a menu item to the Windows context menu

I want to create a simple tool for a window to add a menu item to the context menu of a window.

For example, I open "computer", switch to C :, and right-click on an empty spot, and I will see the menu.

Here I want to add some elements, just like bookmarks for storing some places on the disk that I always visit

How to add an item ... Can you give me some tips? thanks

By the way, I use C # language for this tool

+7
c # windows registry
source share

All Articles