Skip to content

Instantly share code, notes, and snippets.

@gmoraiz
gmoraiz / rm_emulator5562_offline.sh
Last active May 3, 2025 01:09
remove emulator-5562 offline from adb devices
#Native Instruments software uses PORT 5562 ON TCP (NTKDaemon)
#Run CMD as Administrador and write:
netstat -ano | findstr :5563
taskkill /PID <PID> /F