How to Check What Ports are Being used in Windows and Disable the service By Orbit Brain June 2, 2022 0 547 views How to Check What Ports are Being used in Windows and Disable the serviceWhen a device sends data to another one, the IP address is used to route the data to the right one. Once the traffic reaches the right device, the device needs to specify which application or service to send the traffic on to. That’s where ports come in. However, it sometimes occurred that the application or service fails to startup for a reason that its port is being used by another application or service. So, we need to check the what ports are being used. In this post, we will show you the detailed steps of how to check what ports are being used by which application or service and how to disable the service in Windows 10/8/7.Check what ports are being used in WindowsStep 1: Press Windows Key + R simultaneously. Then type cmd and press Enter to open Command Prompt (CMD) window.Step 2: Type netstat – ano to find out the list of all ports.Step 3: Select a port and check the corresponding PID in the last list. For example, the corresponding PID of port 49667 is 1592.Step 4: Type tasklist|findstr “1595” (“1595” means the port that you want to check) then press Enter. Finally, the service taking up this port will be shown on the screen.Additionally, if you have got the PID of a port, you can also check the service on Task Manager. Here are the detailed steps.Step 1: Press Ctrl + Shift + Esc simultaneously to open Task Manager window.Step 2: If the window shows in a simplified summary mode, click More details to see more advanced tools.Step 3: On Details Tab, you can find out what service is taking up this port.Disable the serviceYou can disable the service on Task Manager or Command Prompt (CMD).On Task Manger window, you just need to right-click the service that you want to disable and then select End Task option in the context menu.On Command Prompt, you just need to type taskkill /f /t /im “spoolsv.exe” (the service that you want to disable) and press Enter. Orbit Brainhttp://orbitbrain.com/ Orbit Brain is the senior science writer and technology expert. Our aim provides the best information about technology and web development designing SEO graphics designing video animation tutorials and how to use software easy ways and much more. Like Best Service Latest Technology, Information Technology, Personal Tech Blogs, Technology Blog Topics, Technology Blogs For Students, Futurism Blog.
How to Check What Ports are Being used in Windows and Disable the serviceIntroducing the Windows How to Check What Ports are Being used in Windows and Disable the service.... June 2, 2022 Windows
How to Solve File is Open in Another Program – Error in WindowsIntroducing the Windows How to Solve File is Open in Another Program – Error in Windows.... May 31, 2022 Windows
How to Find Out the Process ID (PID) in Windows – Problem SolvedIntroducing the Windows How to Find Out the Process ID (PID) in Windows – Problem Solved.... June 2, 2022 Windows
Fast Way Transfer Files from PC to External Hard Drive or SSD in WindowsIntroducing the Windows Fast Way Transfer Files from PC to External Hard Drive or SSD in Windows.... May 31, 2022 Windows
Optimization Suggestions and Defragment Disk in WindowsIntroducing the Windows Optimization Suggestions and Defragment Disk in Windows.... June 2, 2022 Windows
Best Image Formats Comparison – PNG vs WebP vs JPG – Advantages/DisadvantagesIntroducing the Windows Best Image Formats Comparison – PNG vs WebP vs JPG – Advantages/Disadvantages.... May 31, 2022 Windows