Quick Tip: Use netstat To Find What Is Blocking Your Port
Share
The Windows command below will tell you the PID of the application that is using the port specified:
netstat -aon | find "8080"
Have any tips to share? Let me know in the comments.
Author
Stewart Schatz
More Stories
Quick Tip: Determine Active Directory Account Status From The Windows Commandline
Use the following command to Determine Active Directory Account Status from the Windows Commandline without Powershell or any special software....
Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows:...
Windows God Mode… What!?!
Windows God Mode is a hidden feature in the Windows operating system that allows users to access all of the system’s control panel options and settings in a single place.
AutoHotKey – An Easy To Learn Time Saving App
AutoHotKey - https://www.autohotkey.com/ What is it? The website says: AutoHotkey is a free, open-source scripting language for Windows that allows...
A Better SMTP Test
Several years ago, I posted about an SMTP Test that I was using. Well, lately, I've needed something with a...
How To Kill All Processes With The Same Name On Windows
The taskkill command can be used many different ways to end or kill running processes on Windows Server 2012 and...
Average Rating