Whenever I try to run adb devices:
adb devices
$ adb devices * daemon not running. starting it now * * daemon started su
In my case, the problem was caused by Virtuous Ten Studio, which has the adb.exe in External/ADB directory.
External/ADB
Go there and run .\adb.exe kill-server and you'll be good.
.\adb.exe kill-server