Notepad and Co¶
il est souvent indispensable de remplacer le notepad de windows par quelques choses de plus solide
Pour moi le remplacement idéal est notepad2: il reste simple, n’est pas destinée à faire de gros code
mais reste souple et efficase
pour remplacer notepad par notepad2 il faut aller sur le site de notepad2 http://www.flos-freeware.ch/notepad2.html puis
- Obtain a build of Notepad2 that supports this form of Notepad replacement.
- Create the following registry key: HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Image File Execution Options/notepad.exe.
- Inside the key, create a new string (REG_SZ) value, named “Debugger”.
- Set the data of this new “Debugger” value to the full path to the Notepad2 executable, followed by the /z switch. For example, “C:/Program Files/notepad2/notepad2.exe” /z
pour un 64 bits
HKLM/SOFTWARE/Wow6432Node/Microsoft/Windows NT/CurrentVersion/Image File Execution Options
Voici d’autres outils intérréssant