Results 1 to 3 of 3

Thread: how to check available ports?

  1. #1
    Join Date
    Oct 2005
    Posts
    71

    how to check available ports?

    Hey guys, I’ve a very short question. I recently bought a brand new HP laptop with Vista Home pre-installed. I just wanted to know about available ports on my laptop.

    Can anyone here please tell me how can we check for available ports on Vista?

  2. #2
    Join Date
    Sep 2004
    Posts
    149

    Re: how to check available ports?

    It should be under Device Manager > Desktop/ports. OR on Windows Vista you can simply make use of PULIST from Windows Resource Kit which will display you the list of process using a specified port.
    • To display all open ports, open DOS command, type netstat and press Enter.
    • To list all listening ports, use netstat -an |find /i "listening" command.
    • To see what ports your computer actually communicates with, use netstat -an |find /i "established"
    • To find specified open port, use find switch. For example, to find if the port 3389 is open or not, do netstat -an |find /i "3389".

  3. #3
    Join Date
    Sep 2004
    Posts
    88

    Re: how to check available ports?

    Can you just tell me for what you need the port? If I guess you want to use Hardware port, then better look for computer's hardware manual. And if you are looking it for network port than there are about 64000 ports and most of them are available, the choice is usually done according to the application that needs the port.

Similar Threads

  1. USB ports and Mobo USB ports on PC Case
    By Eta!! in forum Motherboard Processor & RAM
    Replies: 7
    Last Post: 12-09-2011, 10:34 PM
  2. Replies: 3
    Last Post: 20-08-2009, 10:46 PM
  3. how to forward ports to different internal ports
    By Abshir in forum Networking & Security
    Replies: 2
    Last Post: 30-06-2009, 10:26 PM
  4. Serial Ports, Com Ports and USB
    By Russell in forum Vista Hardware Devices
    Replies: 2
    Last Post: 28-01-2009, 05:33 PM
  5. Check browser with ASP check
    By FenceeII in forum Software Development
    Replies: 3
    Last Post: 14-01-2009, 02:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,238,719.74618 seconds with 17 queries