Tips Rebuild Icon Cache di Windows 10

Tips Rebuild Icon Cache di Windows 10 | Warung Komputer. Pada tutorial kali ini, Kami akan memberikan tutorial cara untuk melakukan rebuild icon cache di Windows 10.

Tips Rebuild Icon Cache di Windows 10

Tips Rebuild Icon Cache di Windows 10

Rebuild Icon Cache berguna untuk mengatasi masalah seperti saat menguninstall aplikasi skin pack Windows, yang mana icon tidak sepenuhnya kembali seperti semula biasanya akan hilang atau hanya kotak-kotak saja.

Sayangnya Windows tidak memiliki fitur untuk melakukan reset Font Cache, maka perlu dilakukan secara manual. Untuk lebih memudahkannya, maka kita bisa memanfaatkan batch script.

  1. Buka Notepad.
  2. Copy batch script dibawah ini, atau bisa mendownload file batch disini (dan langsung menuju langkah ke-4).
    @echo off
    :: Stop and disable “Windows Font Cache Service” service
    :FontCache
    sc stop “FontCache”
    sc config “FontCache” start=disabled
    sc query FontCache | findstr /I /C:”STOPPED”
    if not %errorlevel%==0 (goto FontCache)

    :: Grant access rights to current user for "%WinDir%\ServiceProfiles\LocalService" folder and contents
    icacls "%WinDir%\ServiceProfiles\LocalService" /grant "%UserName%":F /C /T /Q
    
    :: Delete font cache
    del /A /F /Q "%WinDir%\ServiceProfiles\LocalService\AppData\Local\FontCache\*FontCache*"
    del /A /F /Q "%WinDir%\System32\FNTCACHE.DAT"
    
    :: Enable and start "Windows Font Cache Service" service
    sc config "FontCache" start=auto
    sc start "FontCache"
  3. Save dengan nama bebas, namun diakhiri dengan kata .bat (misalnya reseticon.bat).Tips Rebuild Icon Cache di Windows 10
  4. Navigasi ke tempat dimana file bat tersebut berada, klik kanan lalu pilih Run as Administrator.Tips Rebuild Icon Cache di Windows 10
  5. Tunggu prosesnya beberapa saat (jika terbuka jendela Command Prompt, biarkan saja) hingga selesai.
  6. Reboot ulang sistem untuk mendapatkan perubahannya.Perlu kamu ketahui bahwa cara ini hanya untuk rebuild icon-icon pada sistem, bukan untuk icon pada shortcut software atau untuk thumbnail (picture, video, atau document).

Sumber: Winpoin

Share your love
Ahmad Sofian
Ahmad Sofian

Ahmad Sofian adalah penulis utama di blog artikel Warung Komputer yang khusus membahas artikel tentang teknologi selain sebagai web developer di Warung Komputer. Selain membahas artikel mengenai teknologi, Warung Komputer juga melayani Jasa Servis Laptop & Komputer, Rakit Komputer, Pembuatan Website & SEO dan Web/Mobile Apps.

Articles: 2481

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *