Windows 11
How to Make Notepad++ Default Text Editor on Windows 11
Windows 10
https://www.it-administrator.de/themen/server_client/300397.html
CMD (als Administrator):
- 32-Bit: reg add „HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe“ /v „Debugger“ /t REG_SZ /d „\“%ProgramFiles(x86)%\Notepad++\notepad++.exe\“ -notepadStyleCmdline -z“ /f
- 64-Bit: reg add „HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe“ /v „Debugger“ /t REG_SZ /d „\“%ProgramFiles%\Notepad++\notepad++.exe\“ -notepadStyleCmdline -z“ /f
- Rückgängig machen: reg delete „HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe“ /v „Debugger“ /f
Probleme beim Doppelklick auf Dateien mit Blanks im Dateinamen
Stand: 2024-02-08