때때로 Windows 는 (Windows)파일을 삭제하려고 할(try to delete a file) 때 이상한 오류 메시지를 표시 합니다 . "이 항목을 찾을 수 없습니다"라는 메시지가 표시되며 파일을 삭제할 수 없습니다. 컴퓨터에 이미 존재하는 것을 삭제하려는 것이 분명하지만 오류는 그렇지 않다고 말합니다.
시스템이 파일을 제대로 감지하지 못하고 사용자가 삭제하도록 하는 데는 여러 가지 이유가 있습니다. 이러한 근본적인 문제를 해결하면 컴퓨터에서 파일을 제거할 수 있습니다.
명령 프롬프트를 사용하여 "이 항목을 찾을 수 없음" 수정(Use Command Prompt To Fix “Could Not Find This Item”)
파일 탐색기(File Explorer) 를 사용하여 파일을 삭제하는 데 문제가 있는 경우 한 가지 옵션은 명령 프롬프트(Command Prompt) 를 사용하는 것 입니다. 파일 시스템과 함께 작동하는 여러 명령이 있으며(It has several commands) 이 중 하나를 사용하여 저장소에서 파일을 삭제할 수 있습니다.
이 명령을 사용하여 디렉토리 내용을 검색한 다음 목록에서 선택한 파일을 제거할 수 있습니다.
- Cortana 검색을 사용하여(using Cortana search) 명령 프롬프트 를 검색하고 관리자 권한으로 (Command Prompt) 실행을(Run as administrator) 클릭하여 관리자 모드에서 엽니다.
- 명령 프롬프트(Command Prompt) 창에서 삭제할 파일이 있는 디렉터리로 이동합니다 . CD 명령 다음에 디렉터리 경로를 사용 하여 디렉터리로 이동합니다.
- 선택한 디렉토리에 있으면 다음 명령을 실행하여 그 안의 모든 파일 목록을 봅니다.
디렉토리(dir)
- 목록에 문제가 있는 파일의 이름이 표시되어야 합니다.
- 다음 명령을 입력하고 Space 키(Space) 를 누르고 삭제할 파일 이름을 입력한 다음 Enter 키를 누릅니다 . 따라서 myfile.txt(myfile.txt) 라는 파일을 삭제하려면 다음을 입력합니다.
del myfile.txt
- 이름에 공백이 있는 파일을 삭제하는 경우 파일 이름을 큰따옴표로 묶습니다.
- 프롬프트 없이 파일이 삭제됩니다.
파일을 삭제하기 전에 명령 프롬프트를 사용하여 파일 이름 바꾸기(Rename The File Using Command Prompt Before Deleting It)
때때로 "이 항목을 찾을 수 없습니다" 오류가 발생하는 이유는 파일 이름이 너무 길어 시스템에서 처리할 수 없기 때문입니다. 이 경우 먼저 이름을 줄여 파일을 삭제할 수 있습니다.
명령 프롬프트를 사용하여 다음과 같이 파일 이름을 바꿀 수 있습니다 .(rename your file)
- PC에서 관리자 권한으로 명령 프롬프트(Command Prompt) 창을 실행합니다 .
- CD 명령을 사용 하여 파일이 있는 디렉토리로 이동하십시오.
- (Note)명령에서 사용할 파일의 전체 이름을 기록해 둡니다 .
- 명령 프롬프트(Command Prompt) 에 다음 명령을 입력 하고 Enter 키(Enter) 를 누릅니다 .
ren oldname.ext newname.ext
ren – 이름 바꾸기
oldname.ext 의 축약형 – 이것을 파일의 현재 이름으로 교체
newname.ext – 이것을 파일의 새 이름으로 교체
- 파일 이름이 변경되면 파일 탐색기(File Explorer) 를 사용하여 액세스하고 삭제합니다. 이번에는 문제 없이 삭제되어야 합니다.
확장자가 없는 파일 삭제(Delete Files That Have No Extension)
일부 문제가 있는 파일에는 확장자가 없으므로 명령 프롬프트(Command Prompt) 창 에서 삭제하기가 정말 어렵습니다 . 다행히도 확장자를 모른 채 폴더 안의 모든 파일을 삭제하는 데 사용할 수 있는 명령이 있습니다.
- 컴퓨터 에서 명령 프롬프트(Command Prompt ) 창을 엽니다 .
- CD 명령 을 사용하여 파일이 있는 폴더로 이동합니다 .
- 다음 명령을 입력하고 Enter 키(Enter) 를 누릅니다 .
del *.*
- 폴더 안의 모든 파일이 제거됩니다.
파일이 포함된 폴더 삭제(Delete The Folder Containing The File)
여전히 파일을 삭제할 수 없고 "이 항목을 찾을 수 없음" 오류가 계속 발생하면 대신 폴더를 삭제해 볼 수 있습니다. (try deleting the folder)문제가 있는 파일을 포함하여 폴더와 그 안의 모든 파일을 제거합니다.
- PC에서 명령 프롬프트(Command Prompt) 창을 엽니다 .
- 다음 명령을 입력하고 Space 키를 누르고 삭제할 폴더의 전체 경로를 입력하고 큰따옴표로 묶고 Enter 키를 누릅니다 .
rmdir /s
- 폴더를 정말로 삭제할 것인지 묻는 메시지가 표시됩니다. y 를 입력 하고 Enter 키(Enter) 를 눌러 작업을 확인합니다.
- /q 매개변수를 사용 하여 삭제 프롬프트를 건너뛸 수 있습니다. 정말로 할 것인지 묻지 않고 파일을 제거합니다.
파일을 사용 중일 수 있는 프로세스 종료(Kill The Process That May Be Using The File)
어떤 식으로든 파일을 사용하는 프로그램이 컴퓨터에서 실행 중일 수 있습니다. 범인이 아닌지 확인하려면 작업 관리자를 사용하여 프로그램 프로세스를 종료(kill the program process using Task Manager) 한 다음 파일을 삭제해야 합니다.
- 작업 표시줄을 마우스 오른쪽 버튼으로 클릭하고 작업 관리자(Task Manager) 를 선택 합니다.
- 상단의 프로세스(Processes) 탭을 클릭합니다 .
- 삭제 프로세스를 방해한다고 생각되는 프로세스를 찾으십시오. 마우스 오른쪽 버튼으로 클릭하고 작업 끝내기(End task) 를 선택 하여 프로세스를 종료합니다.
- 파일 삭제를 시도할 수 있으며 문제 없이 삭제되어야 합니다.
아카이브 생성 및 파일 삭제(Create An Archive & Delete The Files)
이전에 WinRAR(WinRAR) 를 사용하여 컴퓨터에 아카이브를 만든 적이 있다면 아카이브가 만들어진 후 파일을 삭제할 수 있다는 것을 알고 있을 것입니다. 동일한 옵션을 사용하여 "이 항목을 찾을 수 없음" 오류가 계속 발생하는 파일을 삭제할 수 있습니다.
여기서 아이디어는 문제가 있는 파일을 사용하여 새 아카이브를 만들고 아카이브가 만들어진 후 WinRAR 이 파일을 삭제하도록 하는 것입니다.(WinRAR)
- 컴퓨터에 WinRAR 앱을 다운로드하여 설치 합니다.
- (Right-click)삭제할 파일을 마우스 오른쪽 버튼으로 클릭 하고 아카이브에 추가 를(Add to archive) 선택 합니다. 선택한 파일을 사용하여 새 아카이브를 만들 수 있습니다.
- 다음 화면에서 아카이브 생성 방법을 구성할 수 있습니다. 보관 후 파일 삭제(Delete files after archiving) 라는 옵션이 있습니다 . 상자에 체크 표시를 하고 원하는 대로 다른 옵션을 사용자 정의한 다음 하단의 확인 을 클릭하십시오.(OK)
- 파일이 포함된 새 아카이브가 생성되고 실제 문제가 있는 파일은 삭제됩니다. 이제 아카이브를 마우스 오른쪽 버튼으로 클릭하고 삭제(Delete) 옵션을 선택하여 아카이브를 삭제할 수도 있습니다.
이것은 바로 사용할 수 있는 아이디어이며 대부분의 경우에 작동해야 합니다.
DelinvFile을 사용하여 "이 항목을 찾을 수 없음" 오류 해결(Use DelinvFile To Get Around The “Could Not Find This Item” Error)
파일 삭제 문제는 (File)Windows 컴퓨터 에서 오랫동안 존재해 왔으며 이러한 문제를 해결 하는 데 도움이 되는 여러 앱이 있습니다. 그 중 하나가 DelinvFile 로, 혼자서 는 삭제할 수 없는 파일을 삭제할 수 있습니다(delete files that you can’t delete) .
이를 사용하여 PC에서 문제가 있는 파일을 제거할 수 있습니다.
- PC에 DelinvFile(DelinvFile) 앱을 설치합니다 .
- 앱을 실행하고 파일이 있는 디렉토리로 이동합니다. 파일을 클릭(Click) 하여 선택합니다.
- 파일 또는 폴더 삭제(Delete File or Folder) 라고 표시된 버튼을 클릭 하여 파일 삭제를 시작합니다.
- 작업을 확인하는 메시지가 표시됩니다. 파일 삭제를 계속 하려면 예 를 (Yes)클릭하십시오(Click) .
파일을 삭제하는 동안 "이 항목을 찾을 수 없습니다"라는 오류 메시지가 계속 표시되면 답답해집니다. PC에서 이 오류를 겪은 적이 있습니까? 어떻게 극복하셨나요? 아래 의견에서 알고 싶습니다.
Fix “Could Not Find This Item” When Deleting in Windows
Somеtimes Windows shows a strange error message when you try to delete a file. The message reads “could not find this item” and it prevents you from deleting the file. It’s pretty obvious you’re trying to delete something that already exists on your machine but the error says otherwise.
There are many reasons why your machine is failing to detect the file as it should and letting you delete it. Once you fix these underlying issues, you can get rid of the file from your computer.
Use Command Prompt To Fix “Could Not Find This Item”
If you’re having trouble using File Explorer to delete your file, one option is to use the Command Prompt. It has several commands to work with your file system and one of these lets you delete files from your storage.
You can use these commands to retrieve your directory contents and then get rid of your chosen file from the list.
- Search for Command Prompt using Cortana search and click on Run as administrator to open it in admin mode.
- In your Command Prompt window, go to the directory where the file you want to delete is located. Use the CD command followed by the directory path to get to your directory.
- Once you’re in your selected directory, run the following command to view a list of all files in it.
dir
- You should see the name of the problematic file in the list.
- Type the following command, press Space, type the name of the file you want to delete, and hit Enter. So to delete a file named myfile.txt, you would enter:
del myfile.txt
- If you’re deleting a file that has spaces in its name, enclose the file name with double quotes.
- The file will be deleted without a prompt.
Rename The File Using Command Prompt Before Deleting It
Sometimes the reason you get the “could not find this item” error is because your file name is too long to be handled by your system. In that case, you can first shorten the name to delete the file.
You can use the Command Prompt to rename your file as follows.
- Launch a Command Prompt window with admin privileges on your PC.
- Use the CD command to get to the directory where your file is located.
- Note down the full name of your file as you’ll be using it in a command.
- Type the following command into the Command Prompt and press Enter.
ren oldname.ext newname.ext
ren – the short form for rename
oldname.ext – replace this with the current name of your file
newname.ext – replace this with the new name for your file
- Once the file is renamed, use File Explorer to access and delete it. It should delete without any issues this time around.
Delete Files That Have No Extension
Some problematic files have no extensions and this makes it really difficult to delete them from a Command Prompt window. Luckily, there’s a command you can use to delete all the files inside of a folder without knowing their extensions.
- Open a Command Prompt window on your computer.
- Navigate to the folder where your file is located using the CD command.
- Type in the following command and press Enter.
del *.*
- All files inside the folder will be removed.
Delete The Folder Containing The File
If you still can’t delete the file and it keeps throwing the “could not find this item” error, you can try deleting the folder instead. It removes the folder as well as all files in it, including the problematic file.
- Open a Command Prompt window on your PC.
- Type in the following command, press Space, enter the full path to the folder you want to delete, enclose it with double-quotes, and hit Enter.
rmdir /s
- You’ll get a prompt asking if you really want to delete the folder. Type y and press Enter to confirm your action.
- You can use the /q parameter with the above command to skip the deletion prompt. It removes the file without asking if you really want to do it.
Kill The Process That May Be Using The File
There may be a program running on your computer that is using your file in some way. To ensure it’s not the culprit, you should kill the program process using Task Manager and then try to delete the file.
- Right-click on your taskbar and select Task Manager.
- Click on the Processes tab at the top.
- Find the process that you think is interfering with your deletion process. Right-click on it and select End task to kill the process.
- You can try deleting your file and it should delete without issues.
Create An Archive & Delete The Files
If you’ve used WinRAR to create archives on your computer before, you probably know it allows you to delete your files after an archive is made. You can use the same option to delete the file that keeps throwing the “could not find this item” error.
The idea here is to make a new archive using your problematic file and let WinRAR delete your file after the archive has been made.
- Download and install the WinRAR app on your computer.
- Right-click on the file that you want to delete and select Add to archive. It lets you create a new archive using selected files.
- The following screen lets you configure how your archive is to be created. You’ll find an option there that says Delete files after archiving. Tick-mark the box, customize other options as you like, and click on OK at the bottom.
- It’ll create a new archive containing your file and your actual problematic file will be deleted. You can now delete the archive as well by right-clicking on it and selecting the Delete option.
It’s an out-of-the-box idea and should work in most cases.
Use DelinvFile To Get Around The “Could Not Find This Item” Error
File deletion issues have long existed on Windows computers and there have been several apps to help you deal with them. One of these is DelinvFile and it lets you delete files that you can’t delete by yourself.
You can use it to get rid of the problematic files from your PC.
- Install the DelinvFile app on your PC.
- Launch the app and navigate to the directory where your file is located. Click on your file so it’s selected.
- Click on the button that says Delete File or Folder to start deleting your file.
- You’ll see a prompt asking to confirm your action. Click on Yes to continue deleting your file.
It gets frustrating when you’re constantly bombarded with the “could not find this item” error while deleting a file. Have you ever had to go through this error on your PC? How did you overcome it? We’d like to know in the comments below.