how to check what’s running on port 8080 windows 10?
To check what is running on port 8080 in Windows 10, you can use the Command Prompt. To do this, open the Start Menu and type “cmd” into the search bar. Once the Command Prompt window opens, enter “netstat -aon | findstr :8080” to show a list of programs that are currently using port 8080. […]
how to check what’s running on port 8080 windows 10? Read More »