Search code examples
c#contextmenuwindows-shellright-clickrecycle-bin

Add an entry to recycle bin right click menu using C#


I'm looking for a C# code to add my own entry to recycle bin right click menu. I've already seen this. What should i do to represent recycle bin.(Sample is provided for jpeg files)


Solution

  • Put your registry entries under HKCR\CLSID{645FF040-5081-101B-9F08-00AA002F954E}\shell. The GUID you see there is the CLSID for the Recycle Bin COM object.