Hi All,
We were using EPDM 2014, everything was ok.
After updgrading to 2015, our green folder icons are gone in some places. See attached images
Obviously the green folder icons are still there, but some folders are not "connecting" with that icon.
Anyone know where those icons are stored, or how to repair this?
Thanks,
Chris
Hi Chris,
This happens sometimes.
Solution:
Creat a .Bat-File and place the following lines in it:
@echo off
taskkill /f /IM explorer.exe
CD /d %userprofile%\AppData\Local
DEL IconCache.db /a
Start explorer.exe
Save the file and execute it.
After this the icons should show in the normal way.
Regards, Carsten