Show Notepad++ in Windows Explorer context menu

Keywords: Register, Explorer context menu, Edit with Notepad++

Need to show "Edit with Notepad++" in Windows Explorer?

If you have a copy (not installed) of Notepad++ and want this command in Explorer, register the following dll.

regsvr32  D:\Notepad++\NppShell_05.dll

时间: 2024-11-10 14:26:09

Show Notepad++ in Windows Explorer context menu的相关文章

create Context Menu in Windows Forms application using C# z

In this article let us see how to create Context Menu in Windows Forms application using C# Introduction In this article we will see how to create Context Menu or Popup Menu or Shortcut menu in Windows Forms application with ContextMenuStrip control

Windows context menu shortcut key

Besides the context menu key, you have another option to trigger the context menu: Shift+F10. This is especially useful when your computer/laptop (Lenovo W530) hasn't a context menu key. Reference: Lenovo W530 and the Context Menu Key

sublime text 3-right click context menu

dd a system wide windows explorer button " Edit with Sublime" similar to how Notepad++ does it or some other editors?See attached screenshot. (I know this is an old thread, but since I dropped by looking for the same information and found it els

How to create .gitignore file in Windows Explorer

How to create .gitignore file I need to add some rules to my .gitignore file, however, I can't find it in my project folder. Isn't it created automatically by Xcode? If not, what command allows me to create one? echo 'xxx' > .gitignore To get around

Android -- Options Menu,Context Menu,Popup Menu

Options Menu                                                                           创建选项菜单的步骤: 1.覆盖Activity 的onCreateOptionMenu(Menu menu)方法,当菜单第一次被打开时调用 2.调用Menu 的add( )方法添加菜单项(MenuItem),同时可以调用MenuItem 的setIcon( )方法来为菜单项设置图标 3.当菜单项(MenuItem)被选择时,

将Cygwin Emacs设为Windows explorer默认打开程序

由于我在平日的学习与工作中会经常用到Cygwin中的Emacs,很自然地想到应该将emacsclient作为指定文件类型在Windows explorer中的默认打开程序.这样,便可以直接双击文件后在Emacs中编辑,从而省去了在Cygwin命令行下手动输入路径与文件名的麻烦,亦可以用方便快捷的Windows explorer替代Emacs Dired mode.要实现这样的功能,需要解决两个问题: 从Windows文件路径格式到Cygwin路径格式的转换. 对于XP操作系统,中文文件名为GBK

xp系统报错 windows explorer has encountered a problem and needs to close.We are sorry for the inconvenience

xp系统遇到问题: 打开某个软件提示报错信息, windows explorer has encountered a problem and needs to close.We are sorry for the inconvenience. 原因: 动态库未注册或者动态库缺少 解决办法: (1)打开 start,然后在run里面输入regsvr32 /u vsfilter.dll,然后回车. (2)接着在run 里面输入regsvr32 /u shmedia.dll 如果提示vsfilter.

sharepoint 2007 使用 "open with windows explorer"的方式浏览非常慢或者打不开

使用ie的方式浏览sharepoint 站点正常,当使用使用 "open with windows explorer"的方式浏览的时候非常慢或者打不开文档库 解决办法: 重新启动webclient 这个windows 服务,问题解决.

【转】Drag and Drop files from Windows Explorer toWindows Form

http://www.codeproject.com/Articles/3598/Drag-and-Drop-files-from-Windows-Explorer-to-Windo [转]Drag and Drop files from Windows Explorer toWindows Form