Today decided to uninstall notepad++, put on vim, forcing oneself familiar with the operation of Vim. Uninstall is very simple, because it is a green installation, delete the folder is fine. However, in order to facilitate the use of the original installation of the time changed the registry, with an environment variable. Therefore, it should be deleted accordingly. Configuration is very simple, but still do a memo, I am a forgetful person. Understanding the principle of configuration, you can extrapolate install a lot of other tools.
First look at the introduction of notepad++, directly quoted the original sentence on the official website, based on the GPL agreement (here is also to appeal to all students in the use of software, to respect copyright):
Notepad++ is a free (as in ' free speech ' and also as in ' free beer ') source code Editor and Notepad replacement that Suppo RTS several languages. Running in the MS Windows environment, it use was governed by the GPL License. "1"
Personal preference Zip package, download unzip. I usually put it in ? ? D:/OPT/NPP ? ? Below, because Linux I also put so, reduce memory burden.
Configure the environment variable to add d:/opt/npp to path. To facilitate command line invocation, I also copied the Notepad++.exe and renamed it to Npp.exe. This allows the command line to be invoked with NPP.
Modify the registry to add a right-click menu. (Save the following script as a. reg file by double-clicking Import, if wayward into regedit handwriting is also OK)
Windows Registry Editor Version 5.00[hkey_classes_root\*\shell\notepad++]@= "Open with ¬epad++" "Icon" = "d:\\opt\\npp \\notepad++.exe "[hkey_classes_root\*\shell\notepad++\command]@=" D:\\opt\\npp\\notepad++.exe \ "%1\" "
Attach the uninstall Script "2" (uninstall or go to regedit directly delete the convenience):
Windows Registry Editor Version 5.00[-hkey_classes_root\*\shell\notepad++]
Resources:
"1" notepad++ official website https://notepad-plus-plus.org/
"2" Add the right-click menu to notepad++ http://www.cnblogs.com/mq0036/p/3815728.html
Memorial notepad++