The notepad provided by Windows is convenient and convenient, and is indispensable for text processing.
However, the function is too weak.CodeOfProgramIt's really uncomfortable. Fortunately, we have alternative software, which is equally small, but not very powerful!
Notepad2 is one of them!
Notepad2 supports line number display, window can be set to top, encoding can be switched freely, and syntax highlighting in multiple languages is supported, it is best to view and edit source files!
With it, the notepad that comes with windows can be laid off and replaced.
For example, notepad.exe is available in windows, and the paths are:
C: \ windows \ notepad.exe
C: \ windows \ system32 \ notepad.exe
C: \ windows \ system32 \ dllcache \ notepad.exe
Many netizens refer to replacing the files in the first two directories. They can use the notepad to restore the files. The problem lies in the file protection mechanism in windows. After the files under the system directory are deleted and replaced, the system will restore the files with the same name in the dllcache directory, to prevent the system from being maliciously damaged! Therefore, it is not feasible to directly replace the first two paths. Here are the replacement steps:
First, replace the files in the third directory. The dllcache directory is hidden by default. remove and replace the files in the folder options! After replacement, the Windows File Protection Mechanism will be triggered. You need to insert a CD to fix the issue. Just cancel the operation and then replace the files in the first and second directories. This will ensure smooth replacement!