note: I just downloaded windirstat from here:
https://www.fosshub.com/WinDirStat.html
and run it. it does have a delete function under the cleanup menu.
I would give it a try. I selected some files in the recycle bin and deleted them with the menu.
---------------
here is a third party tool I would try windirstat
https://windirstat.net/
------------
delete the files that you can delete then provide the name of the remaining ones.
if you have access to a Linux machine, or apple you can share the directory out on windows then use the Linux machine to delete the file by connecting to the windows share.
you might also be able to get the list of files in the directory by:
start cmd.exe as an admin, then
cd into the directory structure with the suspect file IE something like:
cd c:\users\myusername\music
then run something like
attrib /s *.* > c:\outfile.txt
notepad c:\outfile.txt
this will search for the file attributes for all of the files in the subdirectory and put the list in c:\outfile.txt
then you can look at the c:\outfile.txt in notepad or wordpad.
mwfulton :
Ok, I have down loaded the app, zipped the files etc. It seems that the problem is that the system "cannot find the file specified"......
Problem remains. I would show screen shots if I could put pictures up.