Some programs works in background and use internet bandwidth. For this It slow down internet speed. Today i will show you how to check which programs using internet bandwidth (Using Netstat/CMD) and how to close those programs. Netstat is the best and very useful command.
Just follow these steps:
* Click Start Windows Start icon > All Programs > Accessories. Or open RUN and type cmd and hit enter.
* Right-click Command Prompt and choose Run as administrator.
* In the Command Prompt, type netstat -o -n / netstat -ano / netstat -b and then press Enter. (Type only one command. I think netstat -o -n is best.)
CMD |
In this example, 2556 PID with many connections:
Netstat - active connections |
* Open the Windows Task Manager by pressing CTRL-ALT-DELETE or Ctrl+Shift+Esc (windows 7/8) on your keyboard.
* Click Start Task Manager.
* Click the Processes tab.
* From the top menu, click View > Select Columns...
Task Manager |
* Put a check mark beside PID and click OK.
* In the process list, look for the PID(s) you noted in step 4.
In this example, chrome.exe (2556) processes with many connections:
Windows Task Manager - Processes |
*. Close or exit the processes (programs). Either:
- highlight the process and then click End Process.
Windows Task Manager - Ending Processes/Task |
Tip If you don't know what the process is, or can't find process use this command "netstat -b" to see the list of processes.
12. Test your Internet connection.
------------------
Tags:
Netstat,
CMD,
internet,bandwidth,
connection,
apps,
programs,
services.
Comments
Post a Comment