"윈도우 shutdown.exe"의 두 판 사이의 차이

6번째 줄: 6번째 줄:


==명령어==
==명령어==
;재부팅
<source lang='bash'>
shutdown /r /t 0
</source>
;종료
;종료
<source lang='bash'>
<source lang='bash'>
14번째 줄: 19번째 줄:
<source lang='bash'>
<source lang='bash'>
shutdown /s /f /t 60
shutdown /s /f /t 60
</source>
;재부팅
<source lang='bash'>
shutdown /r /t 0
</source>
</source>



2013년 11월 17일 (일) 14:30 판

  다른 뜻에 대해서는 shutdown (리눅스) 문서를 참조하십시오.
shutdown
shutdown.exe
C:\Windows\System32\shutdown.exe
  • 시스템 종료, 재부팅을 할 수 있는 윈도우 명령어

1 명령어

재부팅
shutdown /r /t 0
종료
shutdown /s /f /t 0
예약종료 (60초 후 종료)
shutdown /s /f /t 60

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}