Last active
February 21, 2021 11:59
-
-
Save Tydewest/33ea32879bf4efa23988cc4208710e6f to your computer and use it in GitHub Desktop.
Resets MacOS USB Controller, rectifying USB power issues for connected external devices such as Phones & Drives
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo killall -STOP -c usbd | |
echo "USB Reset Complete\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment