I have installed Android Studio. Then I have updated the Android SDK. Now when I start Android Studio, this message pops up:
ADB not responding. You c
If you need to kill all adb processes on windows with one command, you can do it as follows:
taskkill /F /IM adb*