Sujet : Re: Do you use ADB (or ScreenCopy) with Android & Windows?
De : usenet (at) *nospam* andyburns.uk (Andy Burns)
Groupes : comp.mobile.androidDate : 09. May 2025, 11:30:50
Autres entêtes
Message-ID : <m863qpFhibcU3@mid.individual.net>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Frank Slootweg wrote:
Arlen' could just use 'netstat' and see for
himself. Or am I missing something?
Not every port that shows up with netsh also shows with netstat, e.g.
C:\Users\AndyC:\Users\Andy>netsh interface ipv4 show excludedportrange protocol=tcp | find /i "50060"
50060 50159
C:\Users\Andy>netstat -an | find ":50060"
[nothing]