프로그램 내 설정에 시스템 시작 시 자동 실행 옵션이 없는 경우, 운영체제의 기능을 활용해 수동으로 등록할 수 있습니다. 윈도우와 맥에서 각각 설정하는 방법을 알아보겠습니다.

If a program lacks a built-in “Run at Startup” option, you can manually register it using operating system features. Here is how to set it up on both Windows and macOS.


1. Windows: Using the “shell:startup” Folder

윈도우: 시작프로그램 폴더 활용하기

윈도우에서는 특정 시스템 폴더에 바로가기 파일을 넣는 것만으로 부팅 시 자동 실행을 설정할 수 있습니다.

In Windows, you can configure a program to run at boot simply by placing its shortcut file into a specific system folder.

  • Step 1: Create a Shortcut (바로가기 생성)

    실행 파일(.exe)을 마우스 오른쪽 버튼으로 클릭한 뒤 [보내기] > [바탕 화면에 바로 가기 만들기]를 선택합니다.

    Right-click the executable file (.exe) and select [Send to] > [Desktop (create shortcut)].

  • Step 2: Open the Startup Folder (시작프로그램 폴더 열기)

    Win + R 키를 눌러 실행 창을 띄운 뒤, shell:startup을 입력하고 엔터를 누릅니다.

    Press Win + R to open the Run dialog, type shell:startup, and press Enter.

  • Step 3: Move the Shortcut (바로가기 이동)

    바탕 화면에 생성된 바로가기 파일을 방금 열린 폴더 안으로 복사하거나 이동합니다.

    Copy or move the shortcut file created on your desktop into the folder that just opened.

  • Step 4: Verify in Task Manager (작업 관리자 확인)

    작업 관리자(Ctrl + Shift + Esc)의 [시작 앱] 탭에서 프로그램이 정상적으로 등록되었는지 확인합니다.

    Check the [Startup Apps] tab in Task Manager (Ctrl + Shift + Esc) to verify the program is correctly registered.


2. macOS: Using “Login Items”

맥: 로그인 항목 설정 활용하기

macOS는 시스템 설정의 ‘로그인 항목’ 메뉴를 통해 자동 실행 앱을 간편하게 관리할 수 있습니다.

On macOS, you can easily manage auto-start applications through the “Login Items” menu in System Settings.

  • Step 1: Open System Settings (시스템 설정 열기)

    화면 왼쪽 상단의 애플 메뉴()를 클릭하고 [시스템 설정]으로 들어갑니다.

    Click the Apple Menu () in the top-left corner and select [System Settings].

  • Step 2: Navigate to Login Items (로그인 항목으로 이동)

    [일반] > [로그인 항목] 메뉴를 차례로 클릭합니다.

    Go to [General] > [Login Items].

  • Step 3: Add the Application (앱 추가)

    ‘로그인 시 열기’ 섹션 아래의 + (추가) 버튼을 클릭한 뒤, 원하는 앱을 선택합니다.

    Click the + (Add) button under the ‘Open at Login’ section and select the desired application.

  • Step 4: Check Background Permissions (백그라운드 권한 확인)

    일부 앱은 ‘백그라운드에서 허용’ 스위치가 켜져 있어야 부팅 후 정상적으로 동작합니다.

    Ensure the switch is toggled on under ‘Allow in the Background’ for apps that need to run silently after booting.


💡 Summary & Performance Tips (요약 및 성능 팁)

  1. Direct Control (직접 제어):

    이 방법은 앱 자체에 자동 시작 옵션이 없더라도 시스템 레벨에서 실행을 보장합니다.

    These methods ensure execution at the system level, even if the app doesn’t support a native “Launch on startup” feature.

  2. Boot Performance (부팅 성능):

    너무 많은 시작 프로그램을 등록하면 부팅 속도가 느려질 수 있으니 꼭 필요한 프로그램만 관리하세요.

    Adding too many startup items can slow down your system’s boot speed, so manage only essential programs.

  3. Removal (삭제 방법):

    윈도우는 해당 폴더에서 파일을 삭제하면 되고, 맥은 로그인 항목 목록에서 - 버튼을 누르면 됩니다.

    To remove, simply delete the file from the Windows startup folder or click the - button in the macOS Login Items list.