SuporTech NetworkTools is a simple command-line utility for Windows to diagnose and repair common network issues. It provides a user-friendly menu to execute network commands, with all outputs logged to a file for troubleshooting purposes.
Developed by SuporTech, this tool is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
- Display network configurations (
ipconfig /all). - Release and renew IP address (
ipconfig /releaseand/renew). - Flush DNS cache (
ipconfig /flushdns). - Reset TCP/IP stack (
netsh int ip reset). - Reset Winsock (
netsh winsock reset). - Test connectivity to
www.suportech.com.br(ping www.suportech.com.br). - Run all commands sequentially with a single option.
- Log all command outputs to
SuporTech_NetworkTools_Log.txtwith timestamps.
- Download the Scripts:
- Download
NetworkTools_PT.bat(Portuguese) orNetworkTools_EN.bat(English) from the releases or clone the repository:git clone https://github.com/yourusername/SuporTech-NetworkTools.git
- Download
- Ensure Permissions:
- Run the script as an administrator to execute commands like
netshandipconfig.
- Run the script as an administrator to execute commands like
- Place Files:
- Save the script (
NetworkTools_PT.batorNetworkTools_EN.bat) andLICENSE.txtin the same directory.
- Save the script (
- Open a Command Prompt as Administrator:
- Press
Win + Xand select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
- Press
- Navigate to the script directory:
cd path\to\SuporTech-NetworkTools - Run the script:
- For Portuguese:
NetworkTools_PT.bat - For English:
NetworkTools_EN.bat
- For Portuguese:
- Select an option (1-8) from the menu to execute network commands.
- Check the
SuporTech_NetworkTools_Log.txtfile in the same directory for command outputs and timestamps.
- All command outputs are saved to
SuporTech_NetworkTools_Log.txtin the script's directory. - Each entry includes a timestamp (e.g.,
[08/06/2025 19:42:00.00]) and the command output. - The log is appended, preserving the history of all executions.
This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE.txt file for details.
You are free to:
- Share: Copy and redistribute the material in any medium or format.
- Adapt: Remix, transform, and build upon the material for any purpose, even commercially.
Under the following terms:
- Attribution: You must give appropriate credit to SuporTech, provide a link to the license, and indicate if changes were made.
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license.
Contributions are welcome! Please:
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with a clear description of your changes.
Ensure your contributions adhere to the CC BY-SA 4.0 license.
For support or inquiries, visit www.suportech.com.br or contact SuporTech via email (replace with actual contact if available).
Developed by SuporTech, 2025