windows 11, cant see hidden files in folder

I dont fully understand but this is the line of code that uses windows media player to play the song
Shell "C:\Users\sagen\Documents\me\wmplayer /play /close " & filetoplay

If you can verify that the .JPG files are album covers related to what you are playing, this seems relevant:


You can also ask Google Gemini this question: How do I prevent Windows Media Player from downloading album art

You will see that in fact, WMP is probably downloading cover-art .JPG files, which surely sounds like your problem. I'm going to say that your "how does this happen?" question probably has been satisfied.
 
  1. Type the command rmdir /s /q followed by the full path of the folder you want to delete. For example: rmdir /s /q "C:\Users\YourUser\Documents\MyFolder".
    • Press Enter to execute the command.

    • The /s flag deletes the directory tree (the folder and all its contents), and /q runs the command in quiet mode without prompting for confirmation for every file.
 
You can normally delete a non-empty folder without special commands, but not if any files are in use and therefore locked.

Whilst I agree about how cover art gets added, the presence of those files shouldn't prevent the folder being deleted directly from File Explorer unless the .mp3 files are currently in use
 
Well check if they are first. Then if that is the case we will work from there.
They do indeed look to be Album Covers, all seem to the cover from Jodi Mitchel Hits album
The files do seem to be a little greyed out but not totally greyed out.


smiler44
 
They do indeed look to be Album Covers, all seem to the cover from Jodi Mitchel Hits album
The files do seem to be a little greyed out but not totally greyed out.


smiler44
That generally means they are hidden.
Try the command that @arnelgp showed you in a command window.
 
That generally means they are hidden.
Try the command that @arnelgp showed you in a command window.
I can get to the command prompt but cant change/do not know how to change this line C:\users\sagen> to get to the folder I want. Please can you advise me what to do?
thanks

smiler44
 
If it is on the C drive then just type

Code:
cd PathToYourFolder
If not, then change drive first with D: or the drive letter it is
1761905514458.png


 
Last edited:

Users who are viewing this thread

Back
Top Bottom