maestro

Extraordinary Member
Joined
Mar 9, 2010
Messages
20
The folder icons that were yellow are now white on my hard drive. They are yellow when viewing the contents of a USB drive.
How do I get the yellow ones back??
 

Attachments

  • Folder Color Problem.webp
    Folder Color Problem.webp
    56.8 KB · Views: 82
Solution
Open a Powershell prompt and run the following two commands. This should reset the thumbnail cache.

gi $env:LOCALAPPDATA\Microsoft\Windows\Explorer\thumbcache* | Remove-Item
Stop-Process -Name explorer
Open a Powershell prompt and run the following two commands. This should reset the thumbnail cache.

gi $env:LOCALAPPDATA\Microsoft\Windows\Explorer\thumbcache* | Remove-Item
Stop-Process -Name explorer
 

Solution
Back
Top