M maestro Extraordinary Member Joined Mar 9, 2010 Messages 20 Oct 10, 2020 Thread Author #1 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 56.8 KB · Views: 82
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??
Solution Neemobeer Oct 13, 2020 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
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,998 Oct 13, 2020 #2 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 Upvote 0 Downvote 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