https://github.com/gianniosapostolos/kill-port-listener
Find and terminate an application that listens to a specific port
https://github.com/gianniosapostolos/kill-port-listener
csharp dotnet dotnet7 easy easy-to-use find finder port-listener visual-studio windows windows-10
Last synced: 4 months ago
JSON representation
Find and terminate an application that listens to a specific port
- Host: GitHub
- URL: https://github.com/gianniosapostolos/kill-port-listener
- Owner: GianniosApostolos
- License: gpl-3.0
- Created: 2022-12-21T17:30:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T21:00:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T23:26:54.453Z (7 months ago)
- Topics: csharp, dotnet, dotnet7, easy, easy-to-use, find, finder, port-listener, visual-studio, windows, windows-10
- Language: C#
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kill-Port-Listener
### Find any application id listening to a user specified network port and decide whether to terminate it or not.
A simple console application made for this exact reason. It executes cmd commands to both find and terminate the application.
I made this application because I constantly have to shutdown programs that listen to specific ports and typing those cmd commands, almost always, feel like a dull task. If you find yourself at the same position then this program is for you
Download it from the releases tab or click [here](https://github.com/GianniosApostolos/Kill-Port-Listener/releases) and run the **_.exe_** file.
I have used visual studio 2022 and .net7 to create this application so keep that in mind if you wish to edit the project files.
###### If you can't launch the application try launching in admin mode or downloading the latest .net version for your windows.
###### Might release the application files in older .net version in the future.### Have fun!