Skip to content

Instantly share code, notes, and snippets.

Created November 29, 2017 09:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1a7e008fc27d9570f32295d2ceeb3c57 to your computer and use it in GitHub Desktop.
Save anonymous/1a7e008fc27d9570f32295d2ceeb3c57 to your computer and use it in GitHub Desktop.
Resolve Mac OS High Sierra root empty password issue
#!/bin/bash
sudo defaults write /Library/Preferences/com.apple.loginwindow GuestEnabled -bool NO
# Enter some long unpredictable password
sudo passwd root
@elmariofredo
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment