c# – Windows File Explorer extension for creating url shortcuts – Part 2
In previous post we stated extension for creating url shortcuts. Now it is time to create actual file explorer menu items and get the basics working. First let’s create small class what will deal with needed registry entries. Creating contect menu items is quite simple, just two entries in registry. using Microsoft.Win32; using System.Windows.Forms; namespace… Read More »