ファイルを削除しようとすると、 (try to delete a file)Windowsに奇妙なエラーメッセージが表示されることがあります。「このアイテムが見つかりませんでした」というメッセージが表示され、ファイルを削除できなくなります。マシンにすでに存在するものを削除しようとしていることは明らかですが、エラーは別のことを示しています。
マシンがファイルを正常に検出できず、ファイルを削除できるようになる理由はたくさんあります。これらの根本的な問題を修正すると、コンピューターからファイルを取り除くことができます。
コマンドプロンプトを使用して、「このアイテムが見つかりませんでした」を修正します(Use Command Prompt To Fix “Could Not Find This Item”)
ファイルエクスプローラー(File Explorer)を使用してファイルを削除する際に問題が発生した場合、1つのオプションはコマンドプロンプト(Command Prompt)を使用することです。ファイルシステムを操作するためのいくつかのコマンド(It has several commands)があり、そのうちの1つを使用してストレージからファイルを削除できます。
これらのコマンドを使用してディレクトリの内容を取得し、リストから選択したファイルを削除できます。
- Cortana検索を使用(using Cortana search)してコマンドプロンプトを検索し、[(Command Prompt) 管理者として実行(Run as administrator)]をクリックして管理者モードで開きます。
- コマンドプロンプト(Command Prompt)ウィンドウで、削除するファイルが配置されているディレクトリに移動します。CDコマンドに続いてディレクトリパスを使用して、ディレクトリにアクセスします。
- 選択したディレクトリに移動したら、次のコマンドを実行して、そのディレクトリ内のすべてのファイルのリストを表示します。
dir
- 問題のあるファイルの名前がリストに表示されます。
- 次のコマンドを入力し、スペース(Space)キーを押して、削除するファイルの名前を入力し、Enterキー(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 –名前の変更(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キー(Enter)を押します。
rmdir /s
- フォルダを本当に削除するかどうかを尋ねるプロンプトが表示されます。yと入力し、 (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アプリをダウンロードしてコンピューターにインストールします。
- 削除するファイルを右クリックして、[(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コンピューターに長い間存在しており、それらに対処するのに役立ついくつかのアプリがあります。その1つがDelinvFileで、自分では削除できないファイルを削除でき(delete files that you can’t delete)ます。
あなたはあなたのPCから問題のあるファイルを取り除くためにそれを使うことができます。
- DelinvFileアプリをPCにインストールします。
- アプリを起動し、ファイルが配置されているディレクトリに移動します。ファイルをクリックして選択します。(Click)
- [ファイルまたはフォルダの削除](Delete File or Folder)というボタンをクリックして、ファイルの削除を開始します。
- アクションの確認を求めるプロンプトが表示されます。[(Click)はい](Yes)をクリックして、ファイルの削除を続行します。
ファイルの削除中に「このアイテムが見つかりませんでした」というエラーが絶えず発生すると、イライラします。あなたはあなたのPCでこのエラーを経験しなければならなかったことがありますか?どのようにしてそれを克服しましたか?以下のコメントで知りたいです。
Fix “Could Not Find This Item” When Deleting in Windows
Sometimes 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.