Windows를 사용하면 컴퓨터에서 여러 작업을 자동화할 수 있으며 그 중 하나는 컴퓨터를 자동으로 종료하는 것입니다. 실제로 지정된 시간에 컴퓨터를 자동으로 끄는(that automatically turns off your computer) 종료 일정을 만들 수 있습니다 .
Windows PC 에서 자동 종료 기능을 설정하는 것은 매우 쉽고 빠릅니다. 사실, 작업을 수행하는 방법에는 여러 가지가 있으며 그 중 편리하다고 생각되는 방법 중 하나를 진행하면 됩니다.
실행을 사용하여 컴퓨터 자동 종료(Automatically Shut Down a Computer Using Run)
예를 들어 30분 후에 컴퓨터를 자동으로 종료하려면 실행(Run) 을 사용하여 일정을 만드는 것이 가장 빠르고 가장 좋은 방법입니다.
기본적으로 실행(Run) 대화 상자에 명령을 입력하기만 하면 선택한 기간이 끝나면 컴퓨터가 꺼집니다.
- Win + R 키를 눌러 실행 대화 상자를 엽니다.
- 상자에 다음 명령을 입력하고 Enter 키를 누릅니다 . 1800 초를 자신의 시간 으로 바꾸십시오 .
종료 -s -t 1800(shutdown -s -t 1800)
지정된 시간(초)이 경과하면 컴퓨터가 꺼집니다.
명령 프롬프트를 사용하여 컴퓨터 자동 종료(Using Command Prompt To Automatically Shut Down a Computer)
명령 프롬프트(Command Prompt) 를 사용하여 작업을 수행하려는 경우 컴퓨터에서 종료 일정을 만드는 데 사용할 수도 있습니다.
- Win + R 키를 동시에 누릅니다 .
- 화면의 상자에 cmd를 입력 하고 (cmd)Enter 키를 누릅니다 . 명령 프롬프트(Command Prompt) 창이 열립니다 .
- 명령 프롬프트(Command Prompt) 창이 열리면 다음 명령을 입력 하고 Enter 키를 누릅니다 . 1800 초를 사용하려는 시간 으로 바꾸십시오 .
종료 -s -t 1800(shutdown -s -t 1800)
작업 스케줄러를 사용하여 컴퓨터 자동 종료 예약(Schedule Automatically Shutting Down a Computer With Task Scheduler)
위의 두 가지 방법은 시스템을 종료하는 데 도움이 되지만 종료에 대한 특정 시간과 날짜를 지정할 수는 없습니다. 매일 밤 10시에 컴퓨터를 끄고 싶다면?
바로 여기에서 작업 스케줄러가 등장합니다(Task Scheduler comes into the picture) . 선택한 날짜 및 시간에 대한 종료 일정을 설정하고 반복 일정을 설정할 수 있습니다. 이렇게 하면 매일 밤 10시에 컴퓨터를 끄려면 유틸리티를 사용하면 됩니다.
- Cortana 검색 상자를 사용하여 작업 스케줄러(Task Scheduler) 를 검색합니다 . 검색 결과에 나타나면 클릭하십시오 .(Click)
- 유틸리티가 열리면 선택할 수 있는 몇 가지 옵션이 있습니다. 오른쪽 사이드바에서 Create Basic Task 라고 적힌 것을 찾아 클릭하여 엽니다.
- 다음 화면에서는 작업의 이름과 설명을 묻습니다. 작업이 무엇을 위한 것인지 인식할 수 있는 한 작업의 이름을 사용할 수 있습니다. 그런 다음 계속하려면 다음 을 클릭하십시오.(Next)
- 이제 언제 작업을 실행할지 묻습니다. 반복 작업을 원하는 경우 그에 따라 옵션을 선택할 수 있습니다. 작업을 한 번만 실행하려면 한 번만 선택 하고(One time) 맨 아래에서 다음을 누르 십시오 .(Next)
- 이제 작업의 시작 시간을 설정할 수 있습니다. 컴퓨터가 자동으로 종료되는 시간과 날짜입니다. 달력과 시간 상자를 사용하여 정보를 입력하고 다음(Next) 을 클릭 하여 계속하십시오.
- 작업이 실행될 때 수행할 작업을 묻습니다. 프로그램 시작 이라는(Start a program) 옵션을 선택하고 다음(Next) 을 클릭합니다 .
- 이 화면에서 종료 유틸리티를 선택해야 합니다. 찾아보기 버튼을 (Browse)클릭(Click) 하면 파일을 탐색할 수 있습니다.
- C:\Windows\System32\ 로 이동하여 shutdown.exe 를 찾아 두 번 클릭합니다 .
- 종료 유틸리티는 실제로 시스템을 종료하기 위해 '인수'가 필요합니다. 유틸리티가 시스템을 끄고 재부팅 또는 PC 절전 모드와 같은 다른 작업을 수행하지 않도록 인수 추가(Add arguments) 라는 필드에 -(-s) 를 입력 합니다. 그런 다음 계속하려면 다음 을 클릭하십시오.(Next)
- 이제 작업의 마지막 화면에 있습니다. 모든 것이 올바른지 확인한 다음 마침을 클릭 하여 (Confirm)종료(Finish) 일정 만들기를 마칩니다.
작업 스케줄러(Task Scheduler) 의 작업은 선택한 날짜와 시간에 자동으로 실행되고 컴퓨터가 자동으로 종료됩니다. 종료 시간에 컴퓨터에서 아무 작업도 하지 않는지 확인하십시오. 그렇지 않으면 작업 내용이 손실될 위험이 있습니다.
절전 타이머를 사용하여 Windows PC 자동 끄기(Use Sleep Timer To Automatically Turn Off a Windows PC)
작업 스케줄러(Task Scheduler) 는 작업을 완료하지만 종료 일정을 만드는 가장 쉬운 방법은 아닙니다. 보시다시피, 각 일정 생성에 대해 작업이 준비되기 전에 여러 화면을 거쳐야 합니다.
이것이 시간을 보내고 싶지 않고 더 빠른 방법을 원하는 경우 타사 앱이 도움이 될 수 있습니다.
여러 화면을 거치지 않고 선택한 시간에 컴퓨터를 종료할 수 있는 Windows PC 용 무료 휴대용 앱인 Sleep Timer를 시작 합니다 . (Sleep Timer)설정을 정의하고 일정을 준비할 수 있는 단일 화면만 있으면 됩니다.
- (Download)앱을 컴퓨터에 다운로드 하고 두 번 클릭하여 엽니다.
- 기본 화면에는 여러 가지 방법으로 컴퓨터를 종료할 수 있습니다. 선택한 시간에 기기가 꺼지도록 다음과 같이 구성해야 합니다.
모드(Mode) – 시간 (Time)
작업 선택 – (Action)종료(Shutdown) 가 선택되어 있는지 확인
작업 수행(Perform action at) 시간 – PC를 끄고 싶은 시간을 선택한
다음 재생 아이콘을 클릭하여 작업을 시작합니다.
컴퓨터가 꺼지기(your computer turns off) 까지 남은 시간이 표시 됩니다 .
How To Automatically Shut Down a Windows Computer
Windows allows you to automate a number of tasks on your computer and one of these is the automatically shutting down your computer. You can actually сreate a schedule for the shutdown that automatically turns off your computer at the specified time.
Setting up the auto shutdown feature on a Windows PC is pretty easy and quick. In fact, there are multiple ways to do the task and you can proceed with any one of them that you think is convenient for you.
Automatically Shut Down a Computer Using Run
If you want to automatically shut down your computer, say after 30 minutes, using Run to create the schedule would be the best and quickest way.
All you basically need to do is enter a command in the Run dialog box and it’ll turn off your machine when your chosen time period ends.
- Press the Win + R keys to open the Run dialog box.
- Type in the following command into the box and hit Enter. Make sure to replace 1800 seconds with your own time.
shutdown -s -t 1800
Your computer will turn off when the specified time in second has elapsed.
Using Command Prompt To Automatically Shut Down a Computer
If you’re a Command Prompt guy and prefer to use it to do your tasks, you can use it for creating a shutdown schedule as well on your computer.
- Press the Win + R keys at the same time.
- Type in cmd in the box on your screen and hit Enter. It’ll open a Command Prompt window.
- When the Command Prompt window opens, type in the following command and hit Enter. Make sure to replace 1800 seconds with whatever time you want to use.
shutdown -s -t 1800
Schedule Automatically Shutting Down a Computer With Task Scheduler
If you notice, the above two methods do help you shut down your machine but they don’t let you specify a specific time and date for the shutdown. What if you want to turn off your computer at 10 PM every night?
That’s where Task Scheduler comes into the picture. It lets you set shut down schedule for any chosen date and time as well as it lets you set recurring schedules. This way, if you want your computer to turn off at 10 PM every night, you can do it using the utility.
- Use the Cortana search box to search for Task Scheduler. Click on it when it appears in the search results.
- When the utility opens, you’ll find several options you can choose from. Find the one that says Create Basic Task in the right-sidebar and click on it to open it.
- The following screen asks for the name and description of your task. You can use any name for the task as long as you can recognize what the task is for. Then click on Next to continue.
- It’ll now ask when you want for your task to run. If you want a recurring task, you can choose your options accordingly. If you only want the task to run once, select One time and hit Next at the bottom.
- You can now set the start time of the task. This is the time and date when your computer will automatically shut down. Use the calendar and time boxes to fill-in the information and then click on Next to continue.
- It will ask what action you’d like to perform when the task runs. Select the option that says Start a program and click on Next.
- You need to choose the shutdown utility on this screen. Click on the Browse button and it’ll let you browse your files.
- Head to C:\Windows\System32\ and find and double-click on shutdown.exe.
- The shutdown utility actually requires an ‘argument’ for it to shut down your machine. Enter -s in the field that says Add arguments so the utility turns off your system and not do any other tasks like rebooting or putting your PC to sleep. Then click on Next to continue.
- You’re now on the final screen of the task. Confirm everything is in order and then click on Finish to finish creating the shut down schedule.
Your task in Task Scheduler will automatically be triggered at your chosen date and time and will automatically shut down your computer. Make sure you aren’t doing anything on your computer at the shutdown time or you risk losing your work.
Use Sleep Timer To Automatically Turn Off a Windows PC
Task Scheduler gets the job done but it’s not the easiest way to create shutdown schedules. As you can see, for each schedule creation, it requires you to go through a number of screens before your task is ready.
If this is something you don’t want to spend your time on and you’d prefer a quicker way, a third-party app might help you.
Enter Sleep Timer, a free portable app for your Windows PC that lets you shut down your computer at your chosen time without going through multiple screens. All it has is a single screen where you can define your settings and your schedule is ready.
- Download the app to your computer and double-click on it to open.
- On the main screen, you have multiple ways to shut down your computer. You need to configure it as the following so it turns your machine off at your chosen time.
Mode – choose Time
Action – make sure Shutdown is selected
Perform action at – choose the desired time when you want to turn off your PC
Then click on the play icon to start the task.
It’ll show you the remaining time before your computer turns off.