Guest User

Untitled

a guest
Nov 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. /usr/bin/defaults read /Library/Preferences/com.apple.usbmuxd
  2.  
  3. {
  4. BlackList = (
  5. "com.apple.iTunes"
  6. );
  7. }
  8.  
  9. /usr/bin/defaults write /Library/Preferences/com.apple.usbmuxd BlackList -array-add com.apple.iTunes
  10.  
  11. /usr/bin/defaults delete /Library/Preferences/com.apple.usbmuxd BlackList com.apple.iTunes
  12.  
  13. /usr/bin/defaults delete /Library/Preferences/com.apple.usbmuxd BlackList
  14. Domain (/Library/Preferences/com.apple.usbmuxd) not found.
  15.  
  16. /usr/bin/defaults delete /Library/Preferences/com.apple.usbmuxd com.apple.iTunes
  17. Domain (/Library/Preferences/com.apple.usbmuxd) not found.
  18.  
  19. delete <domain> <key> deletes key in domain
Add Comment
Please, Sign In to add comment