Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. defaults write /Library/Preferences/com.apple.alf globalstate -int 1
  2.  
  3. launchctl unload /System/Library/LaunchAgents/com.apple.alf.useragent.plist
  4. launchctl unload /System/Library/LaunchDaemons/com.apple.alf.agent.plist
  5.  
  6. launchctl load /System/Library/LaunchDaemons/com.apple.alf.agent.plist
  7. launchctl load /System/Library/LaunchAgents/com.apple.alf.useragent.plist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement