(01)Install Notepad++
Linux
1# Windows-only; on Linux use VS Code or SublimeWindows source editor for configs, logs, and scripts
What is this?
Notepad++ is a Windows text editor with syntax highlighting for logs and config files.
Step 01
1# Windows-only; on Linux use VS Code or SublimeStep 02
1# Plugins → Plugin Admin → install JSON Viewer, Compare2# View → Show Symbol → Show All Characters (for hidden chars in configs)Step 03
1Get-Command notepad++ -ErrorAction SilentlyContinue; & 'C:\Program Files\Notepad++\notepad++.exe' -version