Windows 11에서는 명령 프롬프트 또는 Windows PowerShell을 사용하여 시스템을 빠르게 종료할 수 있습니다. 이를 위해서는 다음 단계를 수행하면 됩니다.
먼저, Windows 로고 키 + R 키를 누르고 "cmd" 또는 "powershell"을 입력하여 명령 프롬프트 또는 PowerShell을 엽니다.
명령 프롬프트 또는 PowerShell 창에서 "shutdown /s /t 0" 명령어를 입력합니다.
"/s"는 시스템 종료 옵션을 나타내고, "/t 0"은 0초 후에 시스템을 종료하도록 지정합니다.
Enter 키를 눌러 명령을 실행합니다.
몇 초 후에 컴퓨터가 종료됩니다.
또한, 위의 명령어 대신 "shutdown /r /t 0"를 입력하여 시스템을 다시 시작할 수도 있습니다. 이 경우, "/r"은 시스템 재부팅 옵션을 나타냅니다.
참고: 시스템을 종료 또는 다시 시작할 때, 현재 작업 중인 모든 파일 및 프로그램이 자동으로 저장되며, 모든 사용자가 로그오프됩니다. 따라서 이 작업을 수행하기 전에 모든 필수적인 작업을 완료하고, 사용자들이 로그오프 되어도 무방한 경우에만 이 작업을 수행해야 합니다.
In Windows 11, you can quickly shut down your system using the Command Prompt or Windows PowerShell. Here are the steps to do so:
First, press the Windows logo key + R key and type "cmd" or "powershell" to open the Command Prompt or PowerShell.
In the Command Prompt or PowerShell window, type the command "shutdown /s /t 0".
"/s" indicates the shutdown option and "/t 0" specifies that the system should be shut down after 0 seconds.
Press Enter to execute the command.
Your computer will shut down after a few seconds.
Alternatively, you can restart your system by typing "shutdown /r /t 0" instead of the above command. In this case, "/r" indicates the restart option.
Note: When you shut down or restart your system, all currently open files and programs will be automatically saved, and all users will be logged off. Therefore, make sure to complete all essential tasks before performing this action and only do so if it is safe for users to log off.
'WINDOWS_윈도우' 카테고리의 다른 글
Windows 11에서 CMD(명령 프롬프트)의 영어 자판이 고정되어 있다면 (3) | 2023.05.17 |
---|---|
윈도우11 사진에서 gps 메타데이터(exif)정보 삭제 방법 (5) | 2023.04.13 |
윈도우11 최근 열어본 문서 ,동영상, 목록,시작 메뉴표시 흔적 지우기 (1) | 2023.04.13 |
원도우11 시작 화면에 앱 또는 폴더 고정 방법 (2) | 2023.04.13 |
윈도우11 연결 프로그램 기본 앱 변경 및 초기화 방법 (1) | 2023.04.13 |
댓글