Jump to content

Question about what I saw with Netstat

BillBill

This is a rectangular snip from the command prompt. I keep seeing this in netstat. Even after rebooting. What is it exactly? 

Screenshot 2024-08-04 131905.png

Link to comment
Share on other sites

Link to post
Share on other sites

What command are you actually running? Is it a 

netstat -a

If so then it will just list all connection that either your laptop/pc is reaching out to or sessions that your machine is listening out for. So something is trying to reach out to port 49350 and it's timing out.

 

Can you run a 

netstat -b

This should show you an output with the apps that have created the sessions.

 

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat 

Link to comment
Share on other sites

Link to post
Share on other sites

11 hours ago, TechJ said:

What command are you actually running? Is it a 

netstat -a

If so then it will just list all connection that either your laptop/pc is reaching out to or sessions that your machine is listening out for. So something is trying to reach out to port 49350 and it's timing out.

 

Can you run a 

netstat -b

This should show you an output with the apps that have created the sessions.

 

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netstat 

I ran netstat and also netstat -a. I think it might have been QueenCreek running 

Link to comment
Share on other sites

Link to post
Share on other sites

Well that could be that one solved then. Maybe trying and kill the process and check if it’s still running?

Link to comment
Share on other sites

Link to post
Share on other sites

8 hours ago, TechJ said:

Well that could be that one solved then. Maybe trying and kill the process and check if it’s still running?

I went back to Windows 10 and it is no longer there. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×