Created
November 29, 2017 09:44
-
-
Save anonymous/1a7e008fc27d9570f32295d2ceeb3c57 to your computer and use it in GitHub Desktop.
Resolve Mac OS High Sierra root empty password issue
This file contains 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
#!/bin/bash | |
sudo defaults write /Library/Preferences/com.apple.loginwindow GuestEnabled -bool NO | |
# Enter some long unpredictable password | |
sudo passwd root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's fix for https://twitter.com/lemiorhan/status/935578694541770752