Troubleshoot Weird Icons In Windows 7

killpointik

Level 2
Thread author
Verified
Feb 7, 2016
79
is this virus or? dont know what is it :( ...
thx for help
using KIS2016
 

Attachments

  • 2016-10-12 20_06_42-Počítač.png
    2016-10-12 20_06_42-Počítač.png
    5.3 KB · Views: 516
Y

yigido

Please copy the strings below and paste them into a textpad and save it as .bat file..not .txt
Then run it..
Code:
@echo off
cls
echo Explorer islemi kisayol simgesi veritabanini silmek icin kapatilmasi gerekiyor.
echo Devam etmeden önce tüm islemlerinizi kapatin!
pause
taskkill /IM explorer.exe /F
echo Kisayol simgesi veritabanini siliniyor...
If exist %userprofile%\AppData\Local\IconCache.db goto delID
echo Bir önceki kisayol simgesi veritabani bulunamadi...yeni bir veritabani olusturuluyor
goto :main

:delID
cd /d %userprofile%\AppData\Local
del IconCache.db /a
pause
echo Kisayol simgesi veritabani basariyla silindi.
goto main

:main
echo Kisayol simgesi veritabani olusturulmasi icin Windows'un yeniden baslatilmasi gerekiyor.
echo Yeniden baslat? (Y/N):
set /p choice=
If %choice% == y goto end
echo Yeniden baslatma iptal edildi...bu pencereyi kapatin
explorer.exe

:end
shutdown /r /t 0
exit
 
  • Like
Reactions: askmark and DardiM
Upvote 0

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
Deleting the IconCache.db file must solves the issue.
That what allows the bat file content linked by @yigido
It will restart you PC.
 
Last edited:
  • Like
Reactions: askmark and yigido
Upvote 0

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
Last edited:
Upvote 0
H

hjlbx

First off, do you even have drives FTP1, FTP2, FTP3, FTP4 on your system ?

Screenshot is showing 6 partitions\drives plus 2 BD-ROM drives.

Is the system using virtual drive emulation - Daemon Tools, PowerISO, etc ?

Do you remember mounting all those drives ?
 
  • Like
Reactions: askmark
Upvote 0
H

hjlbx

If you did not create all those drives\partitions then post a thread on the malware removal assistance subforum here at MT.
 
  • Like
Reactions: DardiM
Upvote 0

killpointik

Level 2
Thread author
Verified
Feb 7, 2016
79
blah: didnt work
OPTION 1: didnt work
OPTION 2: this command not valid :
  • DEL "%localappdata%\Microsoft\Windows\Explorer\iconcache*" /A
OPTION 3 hard to understand for me this crap guideline

found AVG_REMOVER ..... very strange folder :O cant uninstall it ... damn it...wtf is it?
 
Upvote 0

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
DardiM: yes right click like ADMIN: w/success

hjblx: yes its my HDDs on my machine

it was my mount drives for iso music: nothing problem now. unmounted

KcefWCf.png


i didnt nothing with partitions on my drives.....ill go try rebuild with this link


http://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html

Try to do it "manually" :

- Go to %userprofile%\AppData\Local

example : C:\Users\DardiM\AppData\Local​

- Disable hiding files :

"Open File Explorer > Folder Options > Views to show Hidden System Files"

=> IconCache.db file must appears​

- Delete IconCache.db manually

- Restart your PC

If the above method doesn't work :

(1) Kill Explorer.exe process :​

- Click Start button
- Hold down Ctrl+Shift & Right click
- Click on empty area in the Start Menu
- Click “Exit Explorer”.​

(2) Open the command prompt window :​

- Type each of the following and after every command, hit the Enter button:

cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer
(3) If the both precedent methods don't solve your issue :​

=> That are the only methods I know for windows 7 :confused:
=> your problem doesn't rely with IconCache.db​
 
Last edited:
  • Like
Reactions: Ink and askmark
Upvote 0

askmark

Level 12
Verified
Top Poster
Well-known
Aug 31, 2016
578
For simplicity you could download and run this tool - it just automates the process you're trying to do manually.
Icon Cache Rebuilder
With Icon Cache Rebuilder, a user simply loads the application and once the IconCache.db is located will allow a user to click Rebuild to remove the file and restart Explorer.

Once this is done will allow a user to Restart their computer and once logged on the IconCache.db will be re-created.

Download: http://www.thewindowsclub.com/rebuild-corrupt-icon-cache-with-icon-cache-rebuilder
 
  • Like
Reactions: frogboy
Upvote 0

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
For simplicity you could download and run this tool - it just automates the process you're trying to do manually.


Download: http://www.thewindowsclub.com/rebuild-corrupt-icon-cache-with-icon-cache-rebuilder
PARANOID MOD ON :D
"simplicity" <=> "security".
"it just automates the process you're trying to do manually" => are you 100 % sure it doesn't do other stuff ?
(I verified the scripts on above posts)
(When something so basic can be done with clear parts, it is always most secure, from my point of view)​
PARANOID MOD OFF :oops:
 
Last edited:
  • Like
Reactions: askmark
Upvote 0

DardiM

Level 26
Verified
Honorary Member
Top Poster
Malware Hunter
Well-known
May 14, 2016
1,597
Don't worry @DardiM , program is completely safe to use. It just automates commands packed in a GUI
Code:
cd /d %userprofile%\AppData\Local
attrib –h IconCache.db
del IconCache.db
start explorer
I was beginning to analysis it, lol, thank you :)
 
  • Like
Reactions: askmark
Upvote 0

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top