Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. ### Why?
  4. # Because it's apparently too much to ask that my $3K laptop be able to
  5. # broker access to my camera without letting it die. But I totally get that
  6. # this is a low priority in comparison to the Touch Bar. You can live without a
  7. # camera, but you can't live without emoji.
  8. ###
  9.  
  10. sudo killall coreaudiod
  11. sudo killall VDCAssistant
  12. sudo killall AppleCameraAssistant
  13. sudo launchctl unload /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
  14. sudo launchctl load /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement