Command Line Interface-Befehle (Windows)
Aus Matts Wiki
Network Status
netstat -ano # Show all listening ports in numeric fashion with it's owner netstat -ano | findstr :11434 # As above, but show only lines containing :11434
netstat -ano # Show all listening ports in numeric fashion with it's owner netstat -ano | findstr :11434 # As above, but show only lines containing :11434