Windows 10: unable to delete icon ~ item not found message

Discus and support unable to delete icon ~ item not found message in Windows 10 Support to solve the problem; Hello, I am running Windows 10 Home Edition on a Dell XPS 8700 desktop computer. The computer is running Version 2004 (OS Build 19041.928). I was... Discussion in 'Windows 10 Support' started by lnjr, May 4, 2021.

  1. lnjr Win User

    unable to delete icon ~ item not found message


    Hello, I am running Windows 10 Home Edition on a Dell XPS 8700 desktop computer. The computer is running Version 2004 (OS Build 19041.928). I was downloading a .pdf file using the Free Download Manager program yesterday and when it was completed there was an icon on my desktop but it could not be opened and if I clicked and I select adobe to open it I get a message that "There was an error opening this document. This file cannot be found." I then tried opening it using another .pdf program with a similar result stating file not found. Check if the file was moved, renamed or deleted. I right clicked and tried deleting the file and I get a message Item Not Found Could not find this item This is no longer located in C:\Users\my user name\Desktop. Verify the item's location and try again. But the file was never moved anywhere. Try Again or Cancel are my options and using try again only results in the same message. I have tried to delete the file but the same pop up message appears. If I try to simply move it to the recycle bin nothing at all happens. I then shut down my computer for the evening and thought I would try again today. As soon as my computer was up and running today, I again tried with the exact same results. I then went and made sure that that there were no new updates to install and then got a message that there was one so I did the updates, restarted the pc and again tried to do something or delete that file all with the same results. I have since then tried running super anti-sypware > system tools > super delete file remover and I get a message for the file saying that file not found. Check the file name and try again. I tried using lock hunter and find out if something was locking the file and it states that no processes locking this file or folder have been found and clicking the delete button does nothing, all options under other are greyed out so lock hunter is of no help either. I have opened the command prompt (admin) and run the sfc /scannow and no problems were found. I then restarted the computer and tried to delete the file but the same thing happens. I also went to the free download manager and deleted anything in the download list and tried again, but again it can't get rid of that icon. Any suggestions would be greatly appreciated. Thank You So Very Much

    :)
     
    lnjr, May 4, 2021
    #1
  2. lnjr Win User

    unable to delete icon ~ item not found message

    Hello,
    I am running Windows 10 Home Edition on a Dell XPS 8700 desktop computer. The computer is running Version 2004 (OS Build 19041.928).

    I was downloading a .pdf file using the Free Download Manager program yesterday and when it was completed there was an icon on my desktop but it could not be opened and if I clicked and I select adobe to open it I get a message that "There was an error opening this document. This file cannot be found." I then tried opening it using another .pdf program with a similar result stating file not found. Check if the file was moved, renamed or deleted.

    I right clicked and tried deleting the file and I get a message
    Item Not Found Could not find this item This is no longer located in C:\Users\my user name\Desktop. Verify the item's location and try again. But the file was never moved anywhere. Try Again or Cancel are my options and using try again only results in the same message. I have tried to delete the file but the same pop up message appears. If I try to simply move it to the recycle bin nothing at all happens.

    I then shut down my computer for the evening and thought I would try again today. As soon as my computer was up and running today, I again tried with the exact same results. I then went and made sure that that there were no new updates to install and then got a message that there was one so I did the updates, restarted the pc and again tried to do something or delete that file all with the same results.

    I have since then tried running super anti-sypware > system tools > super delete file remover and I get a message for the file saying that file not found. Check the file name and try again.
    I tried using lock hunter and find out if something was locking the file and it states that no processes locking this file or folder have been found and clicking the delete button does nothing, all options under other are greyed out so lock hunter is of no help either.

    I have opened the command prompt (admin) and run the sfc /scannow and no problems were found. I then restarted the computer and tried to delete the file but the same thing happens. I also went to the free download manager and deleted anything in the download list and tried again, but again it can't get rid of that icon.

    Any suggestions would be greatly appreciated.

    Thank You So Very Much
     
    lnjr, May 4, 2021
    #2
  3. KeithM Win User
    unable to delete icon ~ item not found message

    d
    The File not found errors remind me of problems many experienced when Controlled Folder Access first came on the scene. You might try disabling that while trying to rid yourself of this problem.


    1. Open the Start Menu & begin typing "Controlled". Controlled Folder Access should be offered as a result.
    2. Open & turn off Controlled Folder Access.

    unable to delete icon ~ item not found message [​IMG]


    --- Other thoughts ---
    Do you still have these seemingly identically named files in the Desktop folder?:


    04/14/2021 07:47 PM 290,082 all labs to march 2021.pdf
    04/14/2021 06:00 PM 297,980 all labs to march 2021.pdf

    If so, could you open PowerShell to the folder location and Copy & paste the following commands one-at-a-time and copy hte results to your reply:

    ( Move other PDFs out of the folder )


    • gci *.pdf
      • The above should list both files. Curious if Mode (Attrubutes) are the same on both files.

    If the above command returns both files, please continue with the folloiwing. If only one or none are returned, please post back with detail.



    • gci *.pdf | %{ ( [UInt16[]][Char[]]$_.Name ).ForEach({ '{0:x4}' -f $_ }) -join '|' }
      • Checking for non-printing characters and non-stndard spaces
    • If you want to try another deletion method that might work with non-standard characters, try:
      • gci *.pdf | Remove-Item -LiteralPath { $_.FullName }

    Final Thought

    A brute-force method that might work would be to:

    1. From the Location tab in its Properties dialog, Re-direct the Desktop folder under This PC to a newly-created folder (of any name) in the same folder as the original Desktop folder. But when prompted, don't move the files. Once you do this, you'll have two folders both displaying the name Desktop. The original, with the files from your Desktop, will no longer have the Location tab in its Properties.
    2. Copy all files except the problematic ones from the old folder to the new one.
    3. In the old folder with the problem files, Shift + Rt-Click in the folder background & select Open PowerShell window here
    4. Copy & paste these two commands into the window & press Enter.
    ri desktop.ini -force
    (gi .).Attributes -= 'ReadOnly'



    1. If there are no errors, type sl .. to move up one level.
    2. TYpe gci -ad to list folders. You should see hte Desktop folder we just left and your newly-created folder displaying its true name.
    3. Now, you can try to delete the old Desktop folder with the bad files inside it with this command:

    ri Desktop -Recurse -Force


    Good Luck!!!
     
    KeithM, May 4, 2021
    #3
  4. f14tomcat Win User

    unable to delete icon ~ item not found message

    f14tomcat, May 4, 2021
    #4
Thema:

unable to delete icon ~ item not found message

Loading...
  1. unable to delete icon ~ item not found message - Similar Threads - unable delete icon

  2. Item Not Found

    in Windows 10 Network and Sharing
    Item Not Found: I'm trying to delete a folder, but everytime i try to delete it i get this message:Could not find this itemThis is no longer located in C:\Users\User\Downloads. Verify the item's location and try again.I already check a computer repair store, couldn't find the problem.Do you...
  3. Item Not Found

    in Windows 10 Gaming
    Item Not Found: I'm trying to delete a folder, but everytime i try to delete it i get this message:Could not find this itemThis is no longer located in C:\Users\User\Downloads. Verify the item's location and try again.I already check a computer repair store, couldn't find the problem.Do you...
  4. Item Not Found

    in Windows 10 Software and Apps
    Item Not Found: I'm trying to delete a folder, but everytime i try to delete it i get this message:Could not find this itemThis is no longer located in C:\Users\User\Downloads. Verify the item's location and try again.I already check a computer repair store, couldn't find the problem.Do you...
  5. Item not found

    in Windows 10 Network and Sharing
    Item not found: My pc got attacked by malware, i cleaned them using malwarebytes and Mcafee, after that i got problem in windows update error code 0x80080005 which was then solved by adding a new regisrty in it. But now i got a new problem like i couldn't copy, delete or move files from...
  6. Item Not Found

    in Windows 10 Network and Sharing
    Item Not Found: I'm trying to delete a folder. However every time I try to delete it I always get this pop-up: [ATTACH] I receive the same message when trying to move it. How can I get rid of this folder? Thanks for any help....
  7. I can not get a file deleted? Item was not found?

    in Windows 10 Network and Sharing
    I can not get a file deleted? Item was not found?: Hello, I have a problem, namely I cannot delete a file or move it to the recycle bin. When I click on delete, it says Element was not found. The element is no longer in D. Check the location of the element and repeat the procedure. [ATTACH] [ATTACH] It's...
  8. Cannot Delete Folder - "Item Not Found"

    in Windows 10 Support
    Cannot Delete Folder - "Item Not Found": This has got to be the most frustrating issue I've ever encountered. Second time in the last month. I'm trying to delete a folder on my F:\ drive. It has a long name: "Palomino Blackwing Leather Pencil Roll" It's now empty. I want to remove it from my hard drive....
  9. Win10 'Item not found' error when deleting a folder

    in Windows 10 Support
    Win10 'Item not found' error when deleting a folder: In C:\Users\name\Videos I'm trying to delete several folders. They all say "Item not found, Could not find this item". This all started after using Blackmagic DaVinci Resolve 12. After every session it adds another miscellaneous folder into 'Videos' which cannot be delete or...
  10. Delete desktop item but the icon stays

    in Windows 10 Support
    Delete desktop item but the icon stays: Just that. I have several short cuts on the desktop, some of which are downloads. Once I have finished with the shortcut I delete it (I'm asked to confirm deletion) but the icon is still there. If I then try to delete it again I'm told that it doesn't exist or has moved....