Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 10 Kill EDB Postgres 8080 server

I want to kill and remove the software that uses the 8080 port that EDB Postgres localhost server so I can use the port for Jenkins.

Using tasklist it tells me the port which is processing, fine for kill the process, but where can I delete uninstall the software.

like image 932
noobnoob Avatar asked Jun 06 '26 01:06

noobnoob


2 Answers

Just find the server named "PEM HTTPD" and turn it off.Also you can change its start mode to manual.

like image 133
Jam Avatar answered Jun 08 '26 14:06

Jam


tasklist is good but you can also use netstat -ano to find the port if you didn't find the process but in taskmanager in windows 10 there is a services tab with a PID column. Just click the column and find the PID. Then right click it and hit properties to find the path of the software. Kill the process and remove the software. Restart and see if it works.

like image 28
user1198289 Avatar answered Jun 08 '26 16:06

user1198289



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!