Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Restore Default Settings on macOS

In the Apple ecosystem, particularly on macOS, users may occasionally need to restore default settings for various reasons, such as troubleshooting, improving performance, or resetting configurations to their original state. Unlike Windows, macOS does not have a single command like "restoredefaults" to reset all settings. However, there are several methods and commands that can help achieve similar results for different system components.

This article will guide you through several practical examples to restore default settings on macOS, including system preferences, application settings, and network configurations.

Examples:

  1. Reset System Preferences: To reset system preferences, you can delete the preference files. These files are located in the ~/Library/Preferences directory. Here’s how you can do it via Terminal:

    rm -rf ~/Library/Preferences/com.apple.*

    This command will remove all preference files for Apple applications, causing them to revert to their default settings the next time they are launched.

  2. Reset Network Settings: To reset network settings, you can delete the network configuration files. These files are located in the /Library/Preferences/SystemConfiguration/ directory. Use the following commands in Terminal:

    sudo rm /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist
    sudo rm /Library/Preferences/SystemConfiguration/preferences.plist
    sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
    sudo rm /Library/Preferences/SystemConfiguration/com.apple.network.identification.plist

    After running these commands, restart your Mac to apply the changes.

  3. Reset Safari to Default Settings: If you need to reset Safari, you can remove its configuration files and cache. Here’s how:

    rm -rf ~/Library/Safari
    rm -rf ~/Library/Caches/com.apple.Safari
    rm -rf ~/Library/Preferences/com.apple.Safari.plist

    This will delete Safari’s settings and cache, effectively resetting it to its default state.

  4. Reset NVRAM/PRAM: Resetting the NVRAM (non-volatile random-access memory) or PRAM (parameter RAM) can resolve various issues related to display, sound, and other settings. To reset NVRAM/PRAM, follow these steps:

    • Shut down your Mac.
    • Turn it on and immediately press and hold the Option + Command + P + R keys.
    • Hold the keys for about 20 seconds, then release them.
  5. Reset SMC (System Management Controller): Resetting the SMC can help with power-related issues, battery problems, and other hardware-related anomalies. The method to reset SMC varies depending on the type of Mac you have (e.g., MacBook, iMac). Here’s how to do it for a MacBook with a non-removable battery:

    • Shut down your MacBook.
    • Press and hold the Shift + Control + Option keys on the left side of the keyboard, then press and hold the power button simultaneously.
    • Hold all four keys for 10 seconds, then release them.
    • Turn on your MacBook by pressing the power button.

To share Download PDF

Gostou do artigo? Deixe sua avaliação!
Sua opinião é muito importante para nós. Clique em um dos botões abaixo para nos dizer o que achou deste conteúdo.