Skip to content

Instantly share code, notes, and snippets.

@gmoraiz
Last active April 5, 2026 00:28
Show Gist options
  • Select an option

  • Save gmoraiz/6e16ffdc03c58813760754039c0bf8f7 to your computer and use it in GitHub Desktop.

Select an option

Save gmoraiz/6e16ffdc03c58813760754039c0bf8f7 to your computer and use it in GitHub Desktop.
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
@thejudge42
Copy link
Copy Markdown

I had the same problem.
I just switched off the NTKDaemonService in the task management tab in Services tab; see picture
Schermafbeelding 2026-02-17 213949
But when you restart your PC or laptop, it will be on again.
You can switch this to manual if you want; just ask me, and I will tell you how.

@PgoTracker
Copy link
Copy Markdown

you can go to services find NTKDaemonService press stop and set start up type to disabled for a permanent fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment