How To Change Start Up Apps On My Mac

  

Next time as you will start your Mac, the selected app will be opened automatically. How to set apps to launch at startup on a Mac: From the Apple Menu. Another way to set apps to launch at startup on a Mac is to open the Apple menu and adding the startup items there. The process is explained in more details. Method 3: Disable Startup/Login Items. Some items on your Mac are set to start up automatically, regardless of their status at the time of crash or reboot. This is for those apps and programs, which are preconfigured usually by the software vendor such as your antivirus software which is designed to always run on your system.

Boot Camp Control Panel User Guide

You can set the default operating system to either macOS or Windows. The default operating system is the one you want to use when you turn on or restart your Mac.

Set the default operating system

  1. In Windows on your Mac, click in the right side of the taskbar, click the Boot Camp icon , then choose Boot Camp Control Panel.

  2. If a User Account Control dialog appears, click Yes.

  3. Select the startup disk that has the default operating system you want to use.

  4. If you want to start up using the default operating system now, click Restart. Otherwise, click OK.

You can’t change your startup volume to an external FireWire or USB drive while you’re using Windows.

To learn how to change the default operating system using macOS, see Get started with Boot Camp.

Mac

Restart in macOS

In Windows on your Mac, do one of the following:

  • Restart using Startup Manager: Restart your Mac, then immediately press and hold the Option key. When the Startup Manager window appears, release the Option key, select your macOS startup disk, then press Return.

    If you’re using a portable Mac with an external keyboard, make sure you press and hold the Option key on the built-in keyboard.

  • Restart using Boot Camp Control Panel: Click in the right side of the taskbar, click the Boot Camp icon , then choose Restart in macOS.

    This also sets the default operating system to macOS.

For more information about restarting in macOS, see the Apple Support article Switch between Windows and macOS.

See alsoGet started with Boot Camp Control Panel on MacTroubleshoot Boot Camp Control Panel problems on MacApple Support article: How to select a different startup disk

How To Change Start Up Apps On My Mac Os

Wondering how you can stop an application from starting every time you start your Mac? Want to have specific apps auto-launch? Find out here how to change startup programs on a Mac with macOS (using three methods including launchctl).

Stop an Item from Launching Automatically on a Mac

First, Ancient Olympic Pankration Wresting Had Two Rules

Explains Philostratus the Elder:

these things [punching, clinching, choking, etc.] are all permissible in the pancratium — anything except biting and gouging.

Philostratus the Elder

Preventing an application from coming up at startup on a Mac seems like a struggle? You are about to clinch and choke your Macbook?

Here are some rules to allow applications to auto-start — or set up rules to prevent that:

How to Change Startup Programs on a Mac: Launch an App Automatically

How to change startup items on my mac

Time needed: 10 minutes.

To have your Mac launch a program automatically at startup using macOS:

Apps
  1. Select the Apple logo () in the macOS menu bar.
  2. Now select System Preferences… from the menu that has appeared.
  3. Open the Users & Groups category.
  4. Make sure your macOS account is highlighted on the left.

    Tip: You will usually find your account under Current User.

  5. Go to the Login Items tab.
  6. Click + at the bottom.
  7. Find the program you want to launch automatically.

    Note: You will automatically start in the macOS Applications folder, where most applications reside by default. You can go to any folder, though, of course.
    Tip: To find an application, you can also click Search and type its name. (To look only in the Applications folder, click “Applications” under Search:.)

  8. Highlight the application you want to add to the list of automatically started programs.

    Tip: Hold down the Command key and click to highlight and add more than one application at once.

  9. Click Add.
  10. Close the Users & Groups preferences window.

Tip: You can also add applications to the list of Mac startup items by dragging and dropping them to the Login Items list from any Finder window.

Stop an Item from Launching Automatically on a Mac

To prevent a program from being started automatically whenever you boot up or log in to your Mac using macOS:

  1. Open System Preferences and go to your Login Items. (See above.)
  2. Highlight the application you want to stop from starting automatically.
    Note: While you can highlight more than one application, only the last one you added to the selection will be removed.
  3. Click the button (with a tooltip of Remove the selected item from the list.) at the bottom.

In addition to this personal location, applications that open automatically can be found—and disabled—in the following locations:

Edit Startup Programs using “StartupItems” Folders

To prevent an application from launching automatically at startup:

How To Change Startup Items On My Mac

  1. Open the ~/Library/StartupItems and /System/Library/StartupItems folders in Finder.
    Tip: You can open any folder fast in Finder using CommandShiftG.
  2. Remove any applications found there to prevent them from automatically opening at startup.
    Note: These folders were used in past versions of macOS to configure startup items; their use is discouraged, but macOS will respect items found there.

Edit Mac Startup Programs using Launchd and Launchctl

To prevent applications and background processes (“daemons”) from running automatically using launchctl:

First, find the relevant Finder folders:

  1. Open the ~/Library/LaunchAgents , /Library/LaunchAgents and /Library/LaunchDaemons folders in Finder.
  2. Find the items that are run in the background automatically depending on the folder:
    ~/Library/LaunchAgents and /Library/LaunchAgents: run when a user logs on (a specific user, i.e. you, in the former and any user in the latter case);
    /Library/LaunchDaemons: run in the background as a system process.

Now, disable unwanted Mac startup items using launchctl:

How To Change Start Up Apps On My Macbook Pro

  1. Open a Terminal window.
  2. Type launchctl bootout gui/501 .
  3. Drag and drop the startup item you want to disable from the Finder window onto the Terminal window.
    Example: To disable the Google software update (keystone) agent, for example, the command line could read
    launchctl bootout gui/501 /Users/username/Library/LaunchAgents/com.google.keystone.agent.plist.
  4. Press Enter.
  5. Double-click the startup item’s .plist file in Finder to open it in TextEdit.
    Tip: You can also right-click the file and select Open With | TextEdit from the context menu.
  6. Highlight the service name listed between <string> and </string> in the <dict> section of the file for the key Label.
    Example: For the Google update service (com.google.keystone.agent.plist), highlight com.google.keystone.user.agent.
  7. Press CommandC.
  8. Back at the Terminal window, type launchctl disable gui/501/.
  9. Press CommandV.
    Example: For the Google update service, the command line should now read launchctl disable gui/501/com.google.keystone.user.agent.
  10. Press Enter.

The service is now disabled and cannot be run. You can move or delete the corresponding .plist file if desired.

(How to change startup programs on a Mac tested with macOS Catalina 10.15; updated August 2020)

How To Change Start Up Apps On My Macbook