zoukankan      html  css  js  c++  java
  • notepad ++ 注册表

    给Notepad++ 加带图标右键菜单

    方式一:

    拷贝以下代码建立一个reg文件,替换相关路径,保存,双击运行加入注册表

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT*shellNotepad++]
    @="使用Notepad++打开"
    "Icon"="C:\Program Files\Notepad++\Notepad++.exe"

    [HKEY_CLASSES_ROOT*shellNotepad++Command]
    @=""C:\Program Files\Notepad++\Notepad++.exe" "%1""

    [HKEY_CLASSES_ROOTDirectoryshellNotepad++]
    @="使用Notepad++打开"
    "Icon"="C:\Program Files\Notepad++\Notepad++.exe"

    [HKEY_CLASSES_ROOTDirectoryshellNotepad++Command]
    @=""C:\Program Files\Notepad++\Notepad++.exe" "%1""

     

    卸载命令如下:

    Windows Registry Editor Version 5.00

    [-HKEY_CLASSES_ROOT*shellNotePad++]

  • 相关阅读:
    linux安装jdk1.8
    Python中import
    Python时间
    Python学习Json
    Hive命令学习
    Hadoop系统中的一些概念
    Hadoop系统命令
    ssh无密码登录设置
    Python学习
    Linux Socket IPC
  • 原文地址:https://www.cnblogs.com/whm-blog/p/10864048.html
Copyright © 2011-2022 走看看