List all the serial ports (available and busy) on any of windows terminals

Try this :

  1. Click on a start menu
  2. Go to "run"
  3. in the field type CMD
  4. execute this commands in this order: a) C:>powershell b) PS> Get-WMIObject Win32_SerialPort

If you are x64 so type win64.

It should work i guess.