Last active
March 31, 2018 08:59
-
-
Save corean/56df4e4531340279af4598f28b161ee9 to your computer and use it in GitHub Desktop.
MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmset -g | |
log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h | |
//mdworker disable | |
sudo mdutil -a -i off | |
//mdwork enable | |
sudo mdutil -a -i on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment