Help I watch every time at startup in the firewall tcp services exe listen 49156

Help I watch every time at startup in the firewall
tcp services exe listening on 49156
BYTE ON 0B
BYTE OUT 0B
Last long over your computer
Always works when running Continue even shut down your computer
Check my computer several protection programs
COMDO SAFE
KASBER SAFE
AVIRA SAFE AVG SAFE
What is this
Is it SAFE

please help

please help help

help help

Please open a command-box (Start, run, cmd [ENTER]) and type

netstat -ano|find /i “49156”

The last column in the output is the Process ID, now use a tool like process explorer (http://live.sysinternals.com/procexp.exe) to find the process that belongs to this PID.
This should give you an idea which service is listening on this port.

In normal cases Win7 uses these as ‘loopback’ (local system only) traffic ports.

netstat -a
tcp 0.0.0.0.:49156 fery-pc:0 listen

netstat -ano The result
process explorer
services

is it safe

Dont panic.
Keep blocked what you dont need.
All good :slight_smile:

Services.exe is the Services Control Manager, which is responsible for running, ending and interacting with system services. More information here on what it does Services.exe Functions (Windows CE 5.0) | Microsoft Learn

It is most likely listening for a communication with your computer itself (loopback zone).