Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
  2.  
  3. sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
  4.  
  5. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
  6. sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist
  7.  
  8. networksetup -listallnetworkservices
  9.  
  10. killall blued
  11.  
  12. launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist
  13.  
  14. launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist
  15.  
  16. launchctl start com.apple.blued
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement