{}.cook(...)
모든글카테고리태그메모
모든글
카테고리
태그
메모
  • code
  • hacking
  • tip
  • 3dprint
  • hardware
  • etc
  • memo
  • all

윈도우에서 프로세스 kill 사용법(taskkill.exe)

2014년 9월 11일 목요일

윈도우kill

explorer를 죽이고 explorer가 물고있는 db파일을 삭제하는 배치파일

@echo off  
taskkill /f /im explorer.exe  
attrib "%userprofile%appdatalocaliconcache.db" -s -r -h  
del /q "%userprofile%appdatalocaliconcache.db"  
start explorer.exe  
exit

이전글

netdrive 명령창 (ndcmd)

다음글

각종 wheezy 설정
Discuss on Twitter • View on GitHub
m320ng
•
© 2022
•
{}.cook(...)