Added to the OP (please refer users to this post or the OP if the question is asked again):

IF THE PROGRAM IS STALLING ON YOU (FOR ADB CHECK):
  1. Restart the toolkit
  2. On the main interface hit the "Launch" button to open Advanced utilities
  3. In the advanced utilities interface; hit the "Launch CMD Prompt" button
  4. Type the following cmd
    Code:
    adb start-server
  5. Now you should be able to use any of the utilities in the toolkit without it stalling.
This extra step is just a temporary solution, until I release v1.5.3; then this won't be necessary.

{{ WugFresh }}