Windows Best Debug Tools
This is my Top Windows App for Debuging and Troubleshooting interfaces and connections issues.
This “Awesome list” of software is dedicated to Integration Testing, Deploy Testing, DevOps, Troubleshooting and Debug on Windows.
On RUN step, or on Production environment : It’s best to use portable version so you can easily remove them after troubleshooting, for security purpose.
Table of contents
- Windows Best Debug Tools
- FTP & SFTP Client
- JDBC / SQL Client
- HTTP(s) Client
- SSH Client
- RDP Client
- LDAP & LDAPS Client
- Text Editor
- IDE
- Debug Tools
- Linux Commands
- DNS
- ClearType
FTP & SFTP Client
JDBC / SQL Client
HTTP(s) Client
SSH Client
RDP Client
- mRemoteNG
- MobaXterm
LDAP & LDAPS Client
- LDAP Browser : Get the free community version
Text Editor
IDE
Debug Tools
- PowerToys
- BGInfo
- OpenSSH
- Open SSL
- SumatraPDF
- TcpView
- PSTools
- TreeSize
- ScreenToGIF Windows
- Lock Hunter Déverrouiller un fichier lock par un processus (non portable)
- WinMerge
- AutoRun : Voir exhaustivement les applications lancée au démarrage Windows
- GreenshotPortable
Linux Commands
- Bash on Windows WSL 2
- Unix Utils Commands for Windows
- Git Bash
DNS
Flush dns :
ipconfig /flushdns
ClearType
To stop Aliasing :
- get cleartype.ps1 file and run it :
cleartype.ps1 1
Then add new scheduled task on session startup
- Open Task Scheduler
- Create a new task
- Action :
- command:
powershell
- parameter :
E:\isi\cleartype.ps1 1
- command: