Re: What is using Android adb port 55555 and/or 5555 on Windows
Andy Burns <[email protected]> Sun, 21 Jul 2024 16:34:22 +0100
| Newsgroups | comp.mobile.android,alt.comp.os.windows-10,alt.comp.networking.connectivity |
|---|---|
| Message-ID | <[email protected]> |
Andrew wrote: > Looking it up, there are many people trying to reproduce grep on Windows You can do it with powershell (still needs to be run as admin for the -b option) netstat -nb | select-string -pattern ":5555" -context 0,1