"익스플로러 재시작"의 두 판 사이의 차이

(새 문서: ;윈도우 explorer.exe 재시작 ;익스플로러 재시작 ==방법== *[시작] --- cmd {{Enter}} *다음 명령어 실행 ;명령어 <source lang='bash'> taskkill /f /IM explorer....)
 
17번째 줄: 17번째 줄:
C:\Users\jmnote>explorer.exe
C:\Users\jmnote>explorer.exe
</source>
</source>
==같이 보기==
*[[ADT 아이콘 변경]]


==참고 자료==
==참고 자료==

2013년 2월 10일 (일) 18:51 판

윈도우 explorer.exe 재시작
익스플로러 재시작

1 방법

  • [시작] --- cmd Enter
  • 다음 명령어 실행
명령어
taskkill /f /IM explorer.exe
explorer.exe
실행예시
C:\Users\jmnote>taskkill /f /IM explorer.exe
성공: 프로세스 "explorer.exe"(PID 1944)이(가) 종료되었습니다.

C:\Users\jmnote>explorer.exe

2 같이 보기

3 참고 자료

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