Created
December 2, 2022 13:29
-
-
Save Geri-Borbas/b6dd55fe8c9ceefe11d55653da3cc8b6 to your computer and use it in GitHub Desktop.
Change computer name (in macOS terminal).
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
sudo scutil --set HostName <COMPUTER_NAME> | |
sudo scutil --set LocalHostName <COMPUTER_NAME> | |
sudo scutil --set ComputerName <COMPUTER_NAME> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment