Icons on a black background at once
SolvedSakura_01 Posted messages 118 Registration date Status Member Last intervention -
Hello,
Since this morning, my computer is doing something strange. When I hover the mouse over an icon on the desktop, a black square background appears around that icon.
Whether I double-click or click elsewhere in the empty space on the desktop, it doesn't go away. It's ugly and I'm not sure it's normal...
No updates have been made that could be related.
This is Windows 11 (still version 24H2), Dell desktop.
Looking online, I see that sometimes people talk about a corrupted cache issue. Could that imply a possible virus? I didn't do anything particular this morning, aside from opening 3 PDF files (two for insurance quotes after a call and one proof of residence from my electricity/gas provider).
If anyone has a solution to make this disappear, please. Thanks in advance.
3 answers
-
Hello,
Press Windows + X
Select --> Terminal (administrator) and confirmType these 2 commands and hit enter each time:
del /f /q %localappdata%\Microsoft\Windows\Explorer\iconcache_*.db
start C:\Windows\explorer.exeRestart the PC.
-
Hello to you,
If it's not enough, create a .txt file and rename it .bat or Save As in text type (Type: All files) with the end of the name as .bat instead of .txt
taskkill /im explorer.exe /f
cd /d %userprofile%\appdata\local
attrib -h -r -s iconcache.db
del iconcache.db /q
cd /d %LocalAppData%\Microsoft\Windows\Explorer
del *.* /q
start %windir%\explorer.exe
And run it as an administrator
It is not necessary to restart Windows afterwards, since the explorer is restarted at the same time by the .bat file -
Well, I think I found the solution and it's something really stupid that I wouldn't have thought of. Last night, just before shutting down the PC, I moved the image of my wallpaper into the "Pictures" folder instead of leaving it in "Documents"; apparently, that was enough to trigger this startup bug on the PC this morning.
I put the image back in "Documents" and knock on wood, things have been better for a little while now.
Thank you for your responses :) I hope I won't need to do these manipulations.
Have a great day!
