Last active
November 24, 2016 09:03
-
-
Save it-can/ebbd14f02cdef1a49187cf790432bc8f to your computer and use it in GitHub Desktop.
Tips from: http://docs.hardentheworld.org/OS/OSX_10.11_El_Capitan/ & https://github.com/drduh/macOS-Security-and-Privacy-Guide
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
sudo pmset -a destroyfvkeyonstandby 1 | |
sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist ProgramArguments -array-add "-NoMulticastAdvertisements" | |
sudo defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true | |
sudo defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true | |
sudo pmset -a hibernatemode 0 | |
#sudo pmset -a hibernatemode 3 | |
sudo defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false | |
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.captive.control Active -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/karek314/macOS-home-call-drop