by Tianuchka (Posted Thu May 19, 2016 5:38 pm)
Dear XnTriq!
I've tried both Your suggestions and none of them had helped me ((
It is the same, what when I open Adobe Acrobat Reader DC, I get a XnView icon insted on the taskbar of my Windows 10 PRO RUS x64 ((
Read Main Topic
XnTriq wrote:Welcome to the forum, Tianuchka.
I know you've already rebuilt your icon cache, but could you please give (one of) these suggestions a try:artnoir (Microsoft Community: Wrong or missing program icons in windows 7 start menu) wrote:I found a solution for this. At least it worked for me (win 7 x64).
First, open Notepad and paste the below code:
- Code: Select all
taskkill /F /IM explorer.exe
cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer
save the file as a .bat file on your desktop.
Then open explorer and navigate to C:\users\username\appdata\local\ (make sure you've select to view hidden folders) and delete IconCache.db.
Lastly, double click on the .bat file that you saved on your desktop and all icons should be restored.Skoobie Du (Microsoft Community: Wrong or missing program icons in windows 7 start menu) wrote:A slightly better version, IMO, is the following:
- Code: Select all
@Echo Off
PushD %LocalAppData%
TaskKill /f /im explorer.exe
Del /a:h IconCache.db > nul 2>&1
Start explorer.exe
PopD
The PushD and PopD commands allow you to run the batch file from the command prompt without having to change back to your previous directory manually. I also removed the need for the Attrib command. Your version will work, so nothing against it.
- Thom's HeadSpace: Fixing corrupt icons pinned to the Windows 7 taskbar
Dear XnTriq!
I've tried both Your suggestions and none of them had helped me ((
It is the same, what when I open Adobe Acrobat Reader DC, I get a XnView icon insted on the taskbar of my Windows 10 PRO RUS x64 ((
Read Main Topic