利用 C# 给 Windows 资源管理器注册右键菜单(Windows Shell)(一):入门
前言 关于 SharpShell SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework. 准备 1. 去 https://github.com/dwmkerr/sharpshell/releases 下载 ServerManager.zip、ServerRegistrationManager.zip 2. 移动到一个本地目录,比如我这里是:C:\MyFiles\SharpShell\SharpShell_Tools_v2.7.2 3. 把 ServerRegistrationManager.exe 改为 srm.exe 放入 C:\MyFiles\SharpShell\SharpShell_Tools_v2.7.2 打开 ServerManager.exe 如图: 点击菜单栏的 File => Load Server 如图: 打开我们自己编写的 CountLinesExtension.dll 所在的目录 打开 C:\MyFiles\SharpShell\CountLinesExtension_v2.7.2 如图: 点击 Test Server in Test Shell 如图: 提前准备 Test Text.txt 如图: 在 Test Shell 中找到 C 盘