Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. bash -c 'echo -e "===> System Launch Agents <==="; sudo launchctl list | sed 1d | awk '"'"'!/0x|com\.apple/ {print $3}'"'"'; echo -e " \n ===> User Launch Agents <==="; launchctl list | sed 1d | awk '"'"'!/0x|com\.apple/ {print $3}'"'"'; echo -e " \n ===> Kernel Extensions <==="; kextstat -kl | awk '"'"'!/com\.apple/ {print $6 $7}'"'"'; echo -e " \n ===> Login Items <==="; osascript -e '"'"'tell application "System Events" to get the name of every login item'"'"' | perl -pe '"'"'s/, /\n/g'"'"'; echo -e " \n ===> All Extensions <==="; ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2>/dev/null' >/tmp/services.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement