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 Configure Energy Settings on macOS

Energy settings are crucial for optimizing the performance and battery life of your Apple devices. On macOS, managing these settings can help you extend the battery life of your MacBook, reduce energy consumption, and ensure that your system runs efficiently. While Windows systems use tools like Power Options for energy management, macOS offers its own set of tools and settings to achieve similar results. This article will guide you through the process of configuring energy settings on macOS, including practical examples and commands.

Examples:

  1. Using System Preferences:

    • Step 1: Open System Preferences.

      • Click on the Apple logo in the top-left corner of your screen.
      • Select "System Preferences" from the dropdown menu.
    • Step 2: Access Energy Saver settings.

      • Click on "Energy Saver."
      • Here, you will find options to adjust settings for Battery and Power Adapter.
    • Step 3: Adjust settings for Battery.

      • Use the slider to set the time for "Turn display off after."
      • Check or uncheck options like "Put hard disks to sleep when possible" and "Enable Power Nap while on battery power."
    • Step 4: Adjust settings for Power Adapter.

      • Similar to the Battery settings, use the slider to set the time for "Turn display off after."
      • Check or uncheck options like "Prevent computer from sleeping automatically when the display is off" and "Wake for network access."
  2. Using Terminal Commands:

    • Step 1: Open Terminal.

      • You can find Terminal in the Applications > Utilities folder or by using Spotlight search (Cmd + Space and type "Terminal").
    • Step 2: View current energy settings.

      • Use the following command to view current energy settings:
        pmset -g
    • Step 3: Set sleep settings.

      • To set the system sleep timer to 30 minutes, use:
        sudo pmset sleep 30
      • To set the display sleep timer to 10 minutes, use:
        sudo pmset displaysleep 10
    • Step 4: Configure settings for battery and power adapter.

      • To set different settings when on battery power, use:
        sudo pmset -b sleep 20 displaysleep 5
      • To set different settings when connected to a power adapter, use:
        sudo pmset -c sleep 60 displaysleep 15
  3. Using pmset Profiles:

    • Step 1: Create a custom profile.

      • Use the following command to create a custom profile named "MyProfile":
        sudo pmset -a custom MyProfile sleep 30 displaysleep 10
    • Step 2: Apply the custom profile.

      • To apply the custom profile, use:
        sudo pmset -a profile MyProfile

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.