- Feb 7, 2016
- 79
@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
Have you run the bat file by right click and "run as admin..." ?iygido: w/help tried it and nothing....only restarted PC
DardiM: what is solution?
First off, do you even have drives FTP1, FTP2, FTP3, FTP4 on your system ?
Screenshot is showing 6 partitions\drives plus 2 DVD drives.
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
![]()
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
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.
PARANOID MOD ONFor 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
@BoraMurdarDon'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
System Explorer / History Tab@BoraMurdar
I expected it to be safe but how can you be sure it's actually executing those commands?