therealjayvi

Mac MDM Single User Commands

Dec 22nd, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. fsck -fy
  2.  
  3. mount -uw /
  4.  
  5. cd /System/Library
  6.  
  7. mkdir Disabled
  8.  
  9. mv LaunchAgents/com.apple.ManagedClient* Disabled
  10.  
  11. mv LaunchDaemons/com.apple.ManagedClient* Disabled
  12.  
  13. exit
Advertisement
Add Comment
Please, Sign In to add comment