Tips
                
              윈도우 파일 삭제 에러 해결 방법
                codens
                 2024. 3. 11. 09:30
              
              
            
            
     - 파일 삭제 시도시 에러 메시지 
 이 항목을 찾을 수 없습니다  
 파일을 찾을 수 없습니다. 
windows file delete error "The system cannot find the file specified." 
* 해결 방법 
    - 일단, 삭제 하고 싶지 않은 정상적인 파일들은 다른 폴더로 옮긴다. 
     - 삭제할 수 없는 파일을 가진 폴더 경로 :  
예)  C:\cantdel 
     - 삭제 명령어 
> rd /s /q \\?\"삭제경로" 
예)  
> rd /s /q \\?\"C:\cantdel" 
//------------------------------------- 
참고 
https://www.youtube.com/watch?v=rDG9oXhfeek
https://stackoverflow.com/questions/26923756/the-system-cannot-find-the-file-specified-error-while-deleting-folder
반응형